Uses of Class
org.datanucleus.ExecutionContextImpl.ClassDetailsForId
Packages that use ExecutionContextImpl.ClassDetailsForId
Package
Description
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.ClassDetailsForIdModifier and TypeMethodDescriptionExecutionContextImpl.getClassDetailsForId
(Object id, 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.