Package org.datanucleus.api.jdo
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
- Specified by:
getObjectIdin interfacejavax.jdo.spi.StateInterrogation
-
getPersistenceManager
- Specified by:
getPersistenceManagerin interfacejavax.jdo.spi.StateInterrogation
-
getTransactionalObjectId
- Specified by:
getTransactionalObjectIdin interfacejavax.jdo.spi.StateInterrogation
-
getVersion
- Specified by:
getVersionin interfacejavax.jdo.spi.StateInterrogation
-
isDeleted
- Specified by:
isDeletedin interfacejavax.jdo.spi.StateInterrogation
-
isDetached
- Specified by:
isDetachedin interfacejavax.jdo.spi.StateInterrogation
-
isDirty
- Specified by:
isDirtyin interfacejavax.jdo.spi.StateInterrogation
-
isNew
- Specified by:
isNewin interfacejavax.jdo.spi.StateInterrogation
-
isPersistent
- Specified by:
isPersistentin interfacejavax.jdo.spi.StateInterrogation
-
isTransactional
- Specified by:
isTransactionalin interfacejavax.jdo.spi.StateInterrogation
-
makeDirty
- Specified by:
makeDirtyin interfacejavax.jdo.spi.StateInterrogation
-