Uses of Class
org.eclipse.persistence.queries.LoadGroup
-
Packages that use LoadGroup Package Description org.eclipse.persistence.internal.queries org.eclipse.persistence.queries -
-
Uses of LoadGroup in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type LoadGroup Modifier and Type Method Description AttributeItemAttributeItem. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, LoadGroup parentClone, boolean loadOnly)Method parameters in org.eclipse.persistence.internal.queries with type arguments of type LoadGroup Modifier and Type Method Description AttributeItemAttributeItem. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, LoadGroup parentClone, boolean loadOnly) -
Uses of LoadGroup in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as LoadGroup Modifier and Type Field Description protected LoadGroupObjectLevelReadQuery. loadGroupSpecifies indirection that should be instantiated before returning resultMethods in org.eclipse.persistence.queries that return LoadGroup Modifier and Type Method Description LoadGroupLoadGroup. clone()LoadGroupLoadGroup. getGroup(String attributeNameOrPath)Returns LoadGroup corresponding to the passed (possibly nested) attribute.LoadGroupObjectBuildingQuery. getLoadGroup()Return the load group set in the query.LoadGroupObjectLevelReadQuery. getLoadGroup()Return the load group set in the query.protected LoadGroupLoadGroup. newGroup(String name, CoreAttributeGroup parent)LoadGroupAttributeGroup. toLoadGroup()Convert the group to a LoadGroup for usage with queries.LoadGroupAttributeGroup. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, boolean loadOnly)LoadGroupFetchGroup. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, boolean loadOnly)LoadGroupFetchGroup. toLoadGroupLoadOnly()Methods in org.eclipse.persistence.queries with parameters of type LoadGroup Modifier and Type Method Description voidLoadGroup. addAttribute(String attributeNameOrPath, LoadGroup group)voidObjectLevelReadQuery. setLoadGroup(LoadGroup loadGroup)Set a load group to the query.Method parameters in org.eclipse.persistence.queries with type arguments of type LoadGroup Modifier and Type Method Description LoadGroupAttributeGroup. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, boolean loadOnly)LoadGroupFetchGroup. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, boolean loadOnly)
-