Class JDOStateInterrogation
java.lang.Object
org.datanucleus.api.jdo.JDOStateInterrogation
- All Implemented Interfaces:
javax.jdo.spi.StateInterrogation
Hook for providing JDOHelper support for none "binary compatible" enhanced classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetObjectId(Object pc) javax.jdo.PersistenceManagergetVersion(Object pc) isDetached(Object pc) isPersistent(Object pc) boolean
-
Constructor Details
-
JDOStateInterrogation
public JDOStateInterrogation()
-
-
Method Details
-
getObjectId
-
getPersistenceManager
- Specified by:
getPersistenceManagerin interfacejavax.jdo.spi.StateInterrogation
-
getTransactionalObjectId
-
getVersion
-
isDeleted
-
isDetached
-
isDirty
-
isNew
-
isPersistent
-
isTransactional
-
makeDirty
-