|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neodatis.odb.core.trigger.Trigger
org.neodatis.odb.core.trigger.UpdateTrigger
public abstract class UpdateTrigger
Constructor Summary | |
---|---|
UpdateTrigger()
|
Method Summary | |
---|---|
abstract void |
afterUpdate(ObjectRepresentation oldObjectRepresentation,
java.lang.Object newObject,
OID oid)
|
abstract boolean |
beforeUpdate(ObjectRepresentation oldObjectRepresentation,
java.lang.Object newObject,
OID oid)
|
Methods inherited from class org.neodatis.odb.core.trigger.Trigger |
---|
getOdb, setOdb |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UpdateTrigger()
Method Detail |
---|
public abstract boolean beforeUpdate(ObjectRepresentation oldObjectRepresentation, java.lang.Object newObject, OID oid)
public abstract void afterUpdate(ObjectRepresentation oldObjectRepresentation, java.lang.Object newObject, OID oid)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |