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 FetchGroupManager
ExecutionContextImpl. fetchGrpMgr
Manager for dynamic fetch groups.private FetchGroupManager
PersistenceNucleusContextImpl. fetchGrpMgr
Manager for dynamic fetch groups defined on the PMF/EMF.Methods in org.datanucleus that return FetchGroupManager Modifier and Type Method Description protected FetchGroupManager
ExecutionContextImpl. getFetchGroupManager()
Convenience accessor for the FetchGroupManager.FetchGroupManager
PersistenceNucleusContext. getFetchGroupManager()
Convenience accessor for the FetchGroupManager.FetchGroupManager
PersistenceNucleusContextImpl. getFetchGroupManager()
-