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.PersistenceManager
getVersion
(Object pc) isDetached
(Object pc) isPersistent
(Object pc) boolean
-
Constructor Details
-
JDOStateInterrogation
public JDOStateInterrogation()
-
-
Method Details
-
getObjectId
- Specified by:
getObjectId
in interfacejavax.jdo.spi.StateInterrogation
-
getPersistenceManager
- Specified by:
getPersistenceManager
in interfacejavax.jdo.spi.StateInterrogation
-
getTransactionalObjectId
- Specified by:
getTransactionalObjectId
in interfacejavax.jdo.spi.StateInterrogation
-
getVersion
- Specified by:
getVersion
in interfacejavax.jdo.spi.StateInterrogation
-
isDeleted
- Specified by:
isDeleted
in interfacejavax.jdo.spi.StateInterrogation
-
isDetached
- Specified by:
isDetached
in interfacejavax.jdo.spi.StateInterrogation
-
isDirty
- Specified by:
isDirty
in interfacejavax.jdo.spi.StateInterrogation
-
isNew
- Specified by:
isNew
in interfacejavax.jdo.spi.StateInterrogation
-
isPersistent
- Specified by:
isPersistent
in interfacejavax.jdo.spi.StateInterrogation
-
isTransactional
- Specified by:
isTransactional
in interfacejavax.jdo.spi.StateInterrogation
-
makeDirty
- Specified by:
makeDirty
in interfacejavax.jdo.spi.StateInterrogation
-