Uses of Class
org.datanucleus.ExecutionContextImpl.ClassDetailsForId
-
Packages that use ExecutionContextImpl.ClassDetailsForId Package Description org.datanucleus This package provides classes that are typically externally called, whether that means by developers or by other DataNucleus plugins. -
-
Uses of ExecutionContextImpl.ClassDetailsForId in org.datanucleus
Methods in org.datanucleus that return ExecutionContextImpl.ClassDetailsForId Modifier and Type Method Description private ExecutionContextImpl.ClassDetailsForId
ExecutionContextImpl. getClassDetailsForId(java.lang.Object id, java.lang.String objectClassName, boolean checkInheritance)
Convenience method that takes an id, an optional class name for the object it represents, and whether to check for inheritance, and returns class details of the object being represented.
-