Uses of Class
org.eclipse.persistence.sessions.CopyGroup
Packages that use CopyGroup
Package
Description
-
Uses of CopyGroup in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type CopyGroupModifier and TypeMethodDescriptionObjectBuilder.copyObject(Object original, CopyGroup copyGroup) Return a copy of the object. -
Uses of CopyGroup in org.eclipse.persistence.internal.queries
Methods in org.eclipse.persistence.internal.queries with parameters of type CopyGroupModifier and TypeMethodDescriptionAttributeItem.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, CopyGroup parentClone, Map copies) Method parameters in org.eclipse.persistence.internal.queries with type arguments of type CopyGroupModifier and TypeMethodDescriptionAttributeItem.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, CopyGroup parentClone, Map copies) -
Uses of CopyGroup in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type CopyGroupModifier and TypeMethodDescriptionAbstractSession.copyInternal(Object originalObject, CopyGroup copyGroup) INTERNAL: -
Uses of CopyGroup in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type CopyGroupModifier and TypeMethodDescriptionvoidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.protected ObjectAggregateMapping.buildCopyOfAttributeValue(Object attributeValue, CopyGroup group) Copy of the attribute of the object.protected ObjectAggregateCollectionMapping.copyElement(Object original, CopyGroup group) INTERNAL: Copies member's valueprotected ObjectCollectionMapping.copyElement(Object original, CopyGroup group) INTERNAL: Copies member's value -
Uses of CopyGroup in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type CopyGroupModifier and TypeMethodDescriptionvoidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.voidINTERNAL: Copy of the attribute of the object.protected ObjectAbstractCompositeCollectionMapping.buildCopyOfAttributeValue(Object attributeValue, CopyGroup group) Copy of the attribute of the object. -
Uses of CopyGroup in org.eclipse.persistence.queries
Methods in org.eclipse.persistence.queries that return CopyGroupModifier and TypeMethodDescriptionAttributeGroup.toCopyGroup()Convert the group to a CopyGroup for usage with the copy() API.AttributeGroup.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, Map copies) INTERNAL: This method is used internally when converting to a copy group.Method parameters in org.eclipse.persistence.queries with type arguments of type CopyGroupModifier and TypeMethodDescriptionAttributeGroup.toCopyGroup(Map<AttributeGroup, CopyGroup> cloneMap, Map copies) INTERNAL: This method is used internally when converting to a copy group. -
Uses of CopyGroup in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return CopyGroupModifier and TypeMethodDescriptionCopyGroup.clone()Returns CopyGroup corresponding to the passed (possibly nested) attribute.protected CopyGroupCopyGroup.newGroup(String name, CoreAttributeGroup parent) Methods in org.eclipse.persistence.sessions with parameters of type CopyGroupModifier and TypeMethodDescriptionvoidCopyGroup.addAttribute(String attributeNameOrPath, CopyGroup group)