Uses of Class
org.apache.openjpa.meta.FetchGroup
-
Packages that use FetchGroup Package Description org.apache.openjpa.meta OpenJPA Metadata -
-
Uses of FetchGroup in org.apache.openjpa.meta
Methods in org.apache.openjpa.meta that return FetchGroup Modifier and Type Method Description FetchGroup
ClassMetaData. addDeclaredFetchGroup(java.lang.String name)
Adds fetch group of the given name, or returns existing instance.FetchGroup[]
ClassMetaData. getCustomFetchGroups()
Return all fetch groups for this type, including superclass groups but excluding the standard groups such as "default" or "all".FetchGroup[]
ClassMetaData. getDeclaredFetchGroups()
Return the fetch groups declared explicitly in this type.FetchGroup
ClassMetaData. getFetchGroup(java.lang.String name)
Gets a named fetch group.Methods in org.apache.openjpa.meta with parameters of type FetchGroup Modifier and Type Method Description boolean
FetchGroup. addContainedBy(FetchGroup parent)
Adds this receiver as one of the included fetch groups of the given parent.boolean
ClassMetaData. removeDeclaredFetchGroup(FetchGroup fg)
Remove a declared fetch group.
-