Uses of Class
org.eclipse.persistence.internal.queries.AttributeItem
Packages that use AttributeItem
Package
Description
-
Uses of AttributeItem in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as AttributeItemMethods in org.eclipse.persistence.internal.descriptors that return AttributeItemMethods in org.eclipse.persistence.internal.descriptors with parameters of type AttributeItem -
Uses of AttributeItem in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries that return AttributeItemModifier and TypeMethodDescriptionAttributeItem.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, CopyGroup parentClone, Map copies) AttributeItem.toFetchGroup(Map<AttributeGroup, FetchGroup> cloneMap, FetchGroup parentClone) AttributeItem.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 AttributeItemModifier and TypeMethodDescriptionvoidAggregateCollectionMapping.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 AttributeItemModifier and TypeMethodDescriptionINTERNAL: 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.