Uses of Class
org.eclipse.persistence.queries.LoadGroup
Packages that use LoadGroup
-
Uses of LoadGroup in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type LoadGroupModifier and TypeMethodDescriptionAttributeItem.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, LoadGroup parentClone, boolean loadOnly) Method parameters in org.eclipse.persistence.internal.queries with type arguments of type LoadGroupModifier and TypeMethodDescriptionAttributeItem.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 LoadGroupModifier and TypeFieldDescriptionprotected LoadGroupObjectLevelReadQuery.loadGroupSpecifies indirection that should be instantiated before returning resultMethods in org.eclipse.persistence.queries that return LoadGroupModifier and TypeMethodDescriptionLoadGroup.clone()Returns LoadGroup corresponding to the passed (possibly nested) attribute.ObjectBuildingQuery.getLoadGroup()Return the load group set in the query.ObjectLevelReadQuery.getLoadGroup()Return the load group set in the query.protected LoadGroupLoadGroup.newGroup(String name, CoreAttributeGroup parent) AttributeGroup.toLoadGroup()Convert the group to a LoadGroup for usage with queries.AttributeGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly) FetchGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly) FetchGroup.toLoadGroupLoadOnly()Methods in org.eclipse.persistence.queries with parameters of type LoadGroupModifier and TypeMethodDescriptionvoidLoadGroup.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 LoadGroupModifier and TypeMethodDescriptionAttributeGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly) FetchGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly)