Uses of Class
org.eclipse.persistence.internal.queries.EntityFetchGroup
-
Packages that use EntityFetchGroup Package Description org.eclipse.persistence.descriptors org.eclipse.persistence.queries -
-
Uses of EntityFetchGroup in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return EntityFetchGroup Modifier and Type Method Description EntityFetchGroupFetchGroupManager. flatUnionFetchGroups(FetchGroup first, FetchGroup second, boolean shouldClone)INTERNAL: Union two fetch groups as EntityFetchGroups.EntityFetchGroupFetchGroupManager. getDefaultEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to default FetchGroup.EntityFetchGroupFetchGroupManager. getEntityFetchGroup(Set<String> attributeNames)INTERNAL: Returns entity fetch group corresponding to the passed set of attributes.EntityFetchGroupFetchGroupManager. getEntityFetchGroup(FetchGroup fetchGroup)INTERNAL: Returns entity fetch group corresponding to the passed fetch group.EntityFetchGroupFetchGroupManager. getIdEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to primary key attribute(s).EntityFetchGroupFetchGroupManager. getNonReferenceEntityFetchGroup()INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.EntityFetchGroupFetchGroupManager. getNonReferenceEntityFetchGroup(boolean addPk, boolean addVersion)INTERNAL: Returns EntityFetchGroup corresponding to non relational attributes intersected with defaultFetchGroup.EntityFetchGroupFetchGroupManager. getObjectEntityFetchGroup(Object domainObject)INTERNAL: Return FetchGroup held by the object.Methods in org.eclipse.persistence.descriptors with parameters of type EntityFetchGroup Modifier and Type Method Description voidFetchGroupManager. 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 EntityFetchGroup Modifier and Type Field Description protected EntityFetchGroupFetchGroup. entityFetchGroupCaches the EntityFetch group for this FetchGroupMethods in org.eclipse.persistence.queries that return EntityFetchGroup Modifier and Type Method Description EntityFetchGroupFetchGroup. getEntityFetchGroup(FetchGroupManager fetchGroupManager)INTERNAL: Used to retrieve the EntityFetchGroup for this FetchGroup
-