Uses of Class
org.eclipse.persistence.sessions.CopyGroup
-
-
Uses of CopyGroup in org.eclipse.persistence.internal.descriptors
Methods in org.eclipse.persistence.internal.descriptors with parameters of type CopyGroup Modifier and Type Method Description ObjectObjectBuilder. 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 CopyGroup Modifier and Type Method Description AttributeItemAttributeItem. toCopyGroup(Map<AttributeGroup,CopyGroup> cloneMap, CopyGroup parentClone, Map copies)Method parameters in org.eclipse.persistence.internal.queries with type arguments of type CopyGroup Modifier and Type Method Description AttributeItemAttributeItem. 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 CopyGroup Modifier and Type Method Description ObjectAbstractSession. copyInternal(Object originalObject, CopyGroup copyGroup)INTERNAL: -
Uses of CopyGroup in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type CopyGroup Modifier and Type Method Description voidAggregateMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidCollectionMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidDatabaseMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidDirectCollectionMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidObjectReferenceMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: 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 CopyGroup Modifier and Type Method Description voidAbstractCompositeDirectCollectionMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidAbstractDirectMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: Copy of the attribute of the object.voidAbstractTransformationMapping. buildCopy(Object copy, Object original, CopyGroup group)INTERNAL: 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 CopyGroup Modifier and Type Method Description CopyGroupAttributeGroup. toCopyGroup()Convert the group to a CopyGroup for usage with the copy() API.CopyGroupAttributeGroup. 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 CopyGroup Modifier and Type Method Description CopyGroupAttributeGroup. 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 CopyGroup Modifier and Type Method Description CopyGroupCopyGroup. clone()CopyGroupCopyGroup. getGroup(String attributeNameOrPath)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 CopyGroup Modifier and Type Method Description voidCopyGroup. addAttribute(String attributeNameOrPath, CopyGroup group)
-