|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.PBLifeCycleEvent.Type
Enum-like class for the event types.
Field Summary | |
static PBLifeCycleEvent.Type |
AFTER_DELETE
Denotes an event that happens after the deletion of an object. |
static PBLifeCycleEvent.Type |
AFTER_INSERT
Denotes an event that happens after the insertion of an object. |
static PBLifeCycleEvent.Type |
AFTER_LOOKUP
Denotes an event that happens after the lookup of an object. |
static PBLifeCycleEvent.Type |
AFTER_UPDATE
Denotes an event that happens after the update of an object. |
static PBLifeCycleEvent.Type |
BEFORE_DELETE
Denotes an event that happens before the deletion of an object. |
static PBLifeCycleEvent.Type |
BEFORE_INSERT
Denotes an event that happens before the insertion of an object. |
static PBLifeCycleEvent.Type |
BEFORE_UPDATE
Denotes an event that happens before the update of an object. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
int |
typeId()
Returns the type id. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final PBLifeCycleEvent.Type BEFORE_INSERT
public static final PBLifeCycleEvent.Type BEFORE_UPDATE
public static final PBLifeCycleEvent.Type AFTER_INSERT
public static final PBLifeCycleEvent.Type AFTER_UPDATE
public static final PBLifeCycleEvent.Type BEFORE_DELETE
public static final PBLifeCycleEvent.Type AFTER_DELETE
public static final PBLifeCycleEvent.Type AFTER_LOOKUP
Method Detail |
public final boolean equals(java.lang.Object obj)
public final int hashCode()
public final int typeId()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |