Uses of Class
org.eclipse.persistence.internal.queries.EntityFetchGroup
Packages that use EntityFetchGroup
-
Uses of EntityFetchGroup in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return EntityFetchGroupModifier and TypeMethodDescriptionFetchGroupManager.flatUnionFetchGroups(FetchGroup first, FetchGroup second, boolean shouldClone) INTERNAL: Union two fetch groups as EntityFetchGroups.FetchGroupManager.getDefaultEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to default FetchGroup.FetchGroupManager.getEntityFetchGroup(Set<String> attributeNames) INTERNAL: Returns entity fetch group corresponding to the passed set of attributes.FetchGroupManager.getEntityFetchGroup(FetchGroup fetchGroup) INTERNAL: Returns entity fetch group corresponding to the passed fetch group.FetchGroupManager.getIdEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to primary key attribute(s).FetchGroupManager.getNonReferenceEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.FetchGroupManager.getNonReferenceEntityFetchGroup(boolean addPk, boolean addVersion) INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.FetchGroupManager.getObjectEntityFetchGroup(Object domainObject) INTERNAL: Return FetchGroup held by the object.Methods in org.eclipse.persistence.descriptors with parameters of type EntityFetchGroupModifier and TypeMethodDescriptionvoidFetchGroupManager.unionEntityFetchGroupIntoObject(Object source, EntityFetchGroup newEntityFetchGroup, AbstractSession session, boolean shouldClone) INTERNAL: Union the fetch group of the domain object with the new fetch group. -
Uses of EntityFetchGroup in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as EntityFetchGroupModifier and TypeFieldDescriptionprotected EntityFetchGroupFetchGroup.entityFetchGroupCaches the EntityFetch group for this FetchGroupMethods in org.eclipse.persistence.queries that return EntityFetchGroupModifier and TypeMethodDescriptionFetchGroup.getEntityFetchGroup(FetchGroupManager fetchGroupManager) INTERNAL: Used to retrieve the EntityFetchGroup for this FetchGroup