Uses of Class
org.eclipse.persistence.queries.AttributeGroup
Packages that use AttributeGroup
Package
Description
-
Uses of AttributeGroup in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return AttributeGroupMethods in org.eclipse.persistence.descriptors that return types with arguments of type AttributeGroup -
Uses of AttributeGroup in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type AttributeGroupModifier and TypeMethodDescriptionstatic ValidationExceptionValidationException.fetchGroupHasUnmappedAttribute(AttributeGroup fetchGroup, String attributeName) PUBLIC: Fetch group has an attribute that doesn't have corresponding mapping. -
Uses of AttributeGroup in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as AttributeGroupMethods in org.eclipse.persistence.internal.descriptors that return AttributeGroupMethods in org.eclipse.persistence.internal.descriptors with parameters of type AttributeGroupModifier and TypeMethodDescriptionvoidObjectBuilder.load(Object object, AttributeGroup group, AbstractSession session, boolean fromFetchGroup) Force instantiation to any mappings in the load group.voidDescriptorIterator.setCurrentGroup(AttributeGroup group) voidDescriptorIterator.startIterationOn(Object sourceObject, AttributeGroup group) -
Uses of AttributeGroup in org.eclipse.persistence.internal.jpa
Fields in org.eclipse.persistence.internal.jpa declared as AttributeGroupMethods in org.eclipse.persistence.internal.jpa that return AttributeGroupMethods in org.eclipse.persistence.internal.jpa with parameters of type AttributeGroupModifier and TypeMethodDescriptionEntityManagerImpl.copy(Object entityOrEntities, AttributeGroup group) This method will return copy the passed entity using the passed AttributeGroup.voidEntityManagerImpl.load(Object entityOrEntities, AttributeGroup group) This method will load the passed entity or collection of entities using the passed AttributeGroup.Constructors in org.eclipse.persistence.internal.jpa with parameters of type AttributeGroupModifierConstructorDescriptionEntityGraphImpl(AttributeGroup group) protectedEntityGraphImpl(AttributeGroup group, ClassDescriptor descriptor) protectedEntityGraphImpl(AttributeGroup group, ClassDescriptor descriptor, String attribute) -
Uses of AttributeGroup in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type AttributeGroupModifier and TypeMethodDescriptionvoidMetadataProject.addEntityGraph(AttributeGroup entityGraph) INTERNAL: Add the given entity graph (internal attribute group). -
Uses of AttributeGroup in org.eclipse.persistence.internal.jpa.metadata.graphs
Methods in org.eclipse.persistence.internal.jpa.metadata.graphs with parameters of type AttributeGroupModifier and TypeMethodDescriptionvoidNamedAttributeNodeMetadata.process(Map<String, Map<String, AttributeGroup>> attributeGraphs, AttributeGroup graph, AttributeGroup rootGraph) INTERNAL: Process the named attribute node metadata.voidNamedSubgraphMetadata.processAttributeNodes(Map<String, Map<String, AttributeGroup>> attributeGraphs, AttributeGroup subgraph, AttributeGroup entityGraph) INTERNAL: Process the named subgraph metadata attribute nodes.Method parameters in org.eclipse.persistence.internal.jpa.metadata.graphs with type arguments of type AttributeGroupModifier and TypeMethodDescriptionvoidNamedAttributeNodeMetadata.process(Map<String, Map<String, AttributeGroup>> attributeGraphs, AttributeGroup graph, AttributeGroup rootGraph) INTERNAL: Process the named attribute node metadata.voidINTERNAL: Process the named subgraph metadata into a new attribute group.voidNamedSubgraphMetadata.processAttributeNodes(Map<String, Map<String, AttributeGroup>> attributeGraphs, AttributeGroup subgraph, AttributeGroup entityGraph) INTERNAL: Process the named subgraph metadata attribute nodes. -
Uses of AttributeGroup in org.eclipse.persistence.internal.queries
Subclasses of AttributeGroup in org.eclipse.persistence.internal.queriesModifier and TypeClassDescriptionclassEntityFetchGroup reflects the state of the object.Methods in org.eclipse.persistence.internal.queries that return AttributeGroupMethods in org.eclipse.persistence.internal.queries with parameters of type AttributeGroupMethod parameters in org.eclipse.persistence.internal.queries with type arguments of type AttributeGroupModifier 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) Constructors in org.eclipse.persistence.internal.queries with parameters of type AttributeGroup -
Uses of AttributeGroup in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions with type parameters of type AttributeGroupModifier and TypeFieldDescriptionprotected Map<String, AttributeGroup> AbstractSession.attributeGroupsStores predefined reusable AttributeGroups.Methods in org.eclipse.persistence.internal.sessions that return types with arguments of type AttributeGroupModifier and TypeMethodDescriptionAbstractSession.getAttributeGroups()ADVANCED Return all predefined attribute groupsMethods in org.eclipse.persistence.internal.sessions with parameters of type AttributeGroupModifier and TypeMethodDescriptionAbstractSession.copy(Object originalObjectOrObjects, AttributeGroup group) PUBLIC: Return a complete copy of the object or of collection of objects.voidAbstractSession.load(Object objectOrCollection, AttributeGroup group) This method will load the passed object or collection of objects using the passed AttributeGroup.voidAbstractSession.load(Object objectOrCollection, AttributeGroup group, ClassDescriptor referenceDescriptor, boolean fromFetchGroup) This method will load the passed object or collection of objects using the passed AttributeGroup. -
Uses of AttributeGroup in org.eclipse.persistence.jpa
Methods in org.eclipse.persistence.jpa with parameters of type AttributeGroupModifier and TypeMethodDescriptionJpaEntityManager.copy(Object entityOrEntities, AttributeGroup group) This method will return copy the passed entity using the passed AttributeGroup.voidJpaEntityManager.load(Object entityOrEntities, AttributeGroup group) This method will load the passed entity or collection of entities using the passed AttributeGroup. -
Uses of AttributeGroup in org.eclipse.persistence.queries
Subclasses of AttributeGroup in org.eclipse.persistence.queriesModifier and TypeClassDescriptionclassA FetchGroup is a performance enhancement that allows a group of attributes of an object to be loaded on demand, which means that the data for an attribute might not loaded from the underlying data source until an explicit access call for the attribute first occurs.classPurpose: Used to load specified relationship attributes and nested relationship attributes.Methods in org.eclipse.persistence.queries that return AttributeGroupModifier and TypeMethodDescriptionAttributeGroup.clone()AttributeGroup.findGroup(ClassDescriptor type) Returns AttributeGroup corresponding to the passed (possibly nested) attribute.protected AttributeGroupAttributeGroup.newGroup(String name, CoreAttributeGroup parent) Subclass may create different types.Methods in org.eclipse.persistence.queries with parameters of type AttributeGroupModifier and TypeMethodDescriptionvoidAttributeGroup.addAttribute(String attributeNameOrPath, AttributeGroup group) Add a basic attribute or nested attribute with each String representing an attribute on the path to what needs to be included in the AttributeGroup.booleanAttributeGroup.isSupersetOf(AttributeGroup anotherGroup) Return true if this AttributeGroup is a super-set of the passed in AttributeGroup.protected AttributeItemAttributeGroup.newItem(AttributeGroup group, String attrName) Subclass may create different types.Method parameters in org.eclipse.persistence.queries with type arguments of type AttributeGroupModifier and TypeMethodDescriptionAttributeGroup.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, Map copies) INTERNAL: This method is used internally when converting to a copy group.AttributeGroup.toFetchGroup(Map<AttributeGroup, FetchGroup> cloneMap) INTERNAL: This method is used internally when converting to a copy group.AttributeGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly) FetchGroup.toLoadGroup(Map<AttributeGroup, LoadGroup> cloneMap, boolean loadOnly) -
Uses of AttributeGroup in org.eclipse.persistence.sessions
Subclasses of AttributeGroup in org.eclipse.persistence.sessionsFields in org.eclipse.persistence.sessions with type parameters of type AttributeGroupModifier and TypeFieldDescriptionprotected Map<String, AttributeGroup> Project.attributeGroupsList of named AttributeGroups - once Project is initialized, these are copied to the Session.Methods in org.eclipse.persistence.sessions that return types with arguments of type AttributeGroupModifier and TypeMethodDescriptionProject.getAttributeGroups()INTERNAL: List of named AttributesGroups that will be copied to the session at initialization time.Methods in org.eclipse.persistence.sessions with parameters of type AttributeGroupModifier and TypeMethodDescriptionSession.copy(Object originalObjectOrObjects, AttributeGroup group) PUBLIC: Return a complete copy of the object or collection of objects.