Uses of Interface
org.eclipse.persistence.queries.FetchGroupTracker
-
Packages that use FetchGroupTracker Package Description org.eclipse.persistence.internal.dynamic org.eclipse.persistence.internal.helper org.eclipse.persistence.internal.queries org.eclipse.persistence.queries -
-
Uses of FetchGroupTracker in org.eclipse.persistence.internal.dynamic
Classes in org.eclipse.persistence.internal.dynamic that implement FetchGroupTracker Modifier and Type Class Description classDynamicEntityImplThis abstract class is used to represent an entity which typically is not realized in Java code. -
Uses of FetchGroupTracker in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type FetchGroupTracker Modifier and Type Field Description static Class<FetchGroupTracker>ClassConstants. FetchGroupTracker_class -
Uses of FetchGroupTracker in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type FetchGroupTracker Modifier and Type Method Description StringEntityFetchGroup. onUnfetchedAttribute(FetchGroupTracker entity, String attributeName)Called on attempt to get value of an attribute that hasn't been fetched yet.StringEntityFetchGroup. onUnfetchedAttributeForSet(FetchGroupTracker entity, String attributeName)Called on attempt to assign value to an attribute that hasn't been fetched yet. -
Uses of FetchGroupTracker in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as FetchGroupTracker Modifier and Type Field Description protected FetchGroupTrackerFetchGroup. rootEntityStores a reference to the root entity for an Aggregate Object relationship.Methods in org.eclipse.persistence.queries that return FetchGroupTracker Modifier and Type Method Description FetchGroupTrackerFetchGroup. getRootEntity()INTERNAL:Methods in org.eclipse.persistence.queries with parameters of type FetchGroupTracker Modifier and Type Method Description StringFetchGroup. onUnfetchedAttribute(FetchGroupTracker entity, String attributeName)INTERNAL: Called on attempt to get value of an attribute that hasn't been fetched yet.StringFetchGroup. onUnfetchedAttributeForSet(FetchGroupTracker entity, String attributeName)INTERNAL: Called on attempt to assign value to an attribute that hasn't been fetched yet.voidFetchGroup. setRootEntity(FetchGroupTracker rootEntity)INTERNAL:
-