|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.syrtsov.ddao.ops.UpdateSqlOperation
com.syrtsov.ddao.ops.DeleteSqlOperation
public class DeleteSqlOperation
Created by: Pavel Syrtsov Date: Apr 24, 2007 Time: 1:44:52 AM
| Constructor Summary | |
|---|---|
DeleteSqlOperation()
|
|
| Method Summary | |
|---|---|
void |
init(java.lang.reflect.Method method)
initialize instance with data defined by annotations attached to given method |
| Methods inherited from class com.syrtsov.ddao.ops.UpdateSqlOperation |
|---|
init, invoke |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteSqlOperation()
| Method Detail |
|---|
public void init(java.lang.reflect.Method method)
throws InitializerException
SqlOperation
init in interface SqlOperationinit in class UpdateSqlOperationmethod - - method that should be used to initialize this operation,
usually we use annotation attached to this method and that annotation has SQL
InitializerException - - thrown when given method can not be used to
initialize this operation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||