Uses of Class
org.datanucleus.FetchGroupManager
-
Packages that use FetchGroupManager 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 FetchGroupManager in org.datanucleus
Fields in org.datanucleus declared as FetchGroupManager Modifier and Type Field Description private FetchGroupManagerExecutionContextImpl. fetchGrpMgrManager for dynamic fetch groups.private FetchGroupManagerPersistenceNucleusContextImpl. fetchGrpMgrManager for dynamic fetch groups defined on the PMF/EMF.Methods in org.datanucleus that return FetchGroupManager Modifier and Type Method Description protected FetchGroupManagerExecutionContextImpl. getFetchGroupManager()Convenience accessor for the FetchGroupManager.FetchGroupManagerPersistenceNucleusContext. getFetchGroupManager()Convenience accessor for the FetchGroupManager.FetchGroupManagerPersistenceNucleusContextImpl. getFetchGroupManager()
-