public interface MappingCallbacks
Modifier and Type | Method and Description |
---|---|
void |
insertPostProcessing(org.datanucleus.state.ObjectProvider op)
Hook so that we can handle any post-processing on the insert of a particular field.
|
void |
postFetch(org.datanucleus.state.ObjectProvider op)
Method called after the retrieval of the object, so that additional operations can be performed if necessary.
|
void |
postInsert(org.datanucleus.state.ObjectProvider op)
Method called after the insert of the object so that additional operations can be performed if necessary.
|
void |
postUpdate(org.datanucleus.state.ObjectProvider op)
Method called after the update of the object, so that additional operations can be performed if necessary.
|
void |
preDelete(org.datanucleus.state.ObjectProvider op)
Method called before the delete of objects, so that additional operations can be performed if necessary.
|
void insertPostProcessing(org.datanucleus.state.ObjectProvider op)
op
- ObjectProvidervoid postInsert(org.datanucleus.state.ObjectProvider op)
op
- ObjectProvider of the ownervoid postFetch(org.datanucleus.state.ObjectProvider op)
op
- ObjectProvider of the ownervoid postUpdate(org.datanucleus.state.ObjectProvider op)
op
- ObjectProvider of the ownervoid preDelete(org.datanucleus.state.ObjectProvider op)
op
- ObjectProvider of the ownerCopyright © 2015. All rights reserved.