Uses of Class
org.eclipse.persistence.internal.queries.AttributeItem
-
Packages that use AttributeItem Package Description org.eclipse.persistence.internal.descriptors org.eclipse.persistence.internal.queries org.eclipse.persistence.mappings org.eclipse.persistence.queries -
-
Uses of AttributeItem in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as AttributeItem Modifier and Type Field Description protected AttributeItemDescriptorIterator. currentItemMethods in org.eclipse.persistence.internal.descriptors that return AttributeItem Modifier and Type Method Description AttributeItemDescriptorIterator. getCurrentItem()Methods in org.eclipse.persistence.internal.descriptors with parameters of type AttributeItem Modifier and Type Method Description voidDescriptorIterator. setCurrentItem(AttributeItem item) -
Uses of AttributeItem in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return AttributeItem Modifier and Type Method Description AttributeItemAttributeItem. toCopyGroup(Map<AttributeGroup,CopyGroup> cloneMap, CopyGroup parentClone, Map copies)AttributeItemAttributeItem. toFetchGroup(Map<AttributeGroup,FetchGroup> cloneMap, FetchGroup parentClone)AttributeItemAttributeItem. toLoadGroup(Map<AttributeGroup,LoadGroup> cloneMap, LoadGroup parentClone, boolean loadOnly) -
Uses of AttributeItem in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type AttributeItem Modifier and Type Method Description voidAggregateCollectionMapping. load(Object object, AttributeItem item, AbstractSession session, boolean fromFetchGroup)Force instantiation of the load group.voidAggregateMapping. load(Object object, AttributeItem item, AbstractSession session, boolean fromFetchGroup)Force instantiation of the load group.voidCollectionMapping. load(Object object, AttributeItem item, AbstractSession session, boolean fromFetchGroup)Force instantiation of the load group.voidDatabaseMapping. load(Object object, AttributeItem item, AbstractSession session, boolean fromFetchGroup)Force instantiation of the load group.voidForeignReferenceMapping. load(Object object, AttributeItem item, AbstractSession session, boolean fromFetchGroup)Force instantiation of the load group. -
Uses of AttributeItem in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return AttributeItem Modifier and Type Method Description AttributeItemAttributeGroup. getItem(String attributeNameOrPath)INTERNAL: Lookup theAttributeItemfor the provided attribute name or path.protected AttributeItemAttributeGroup. newItem(CoreAttributeGroup group, String attrName)Subclass may create different types.protected AttributeItemAttributeGroup. newItem(AttributeGroup group, String attrName)Subclass may create different types.
-