Uses of Class
org.eclipse.persistence.internal.descriptors.ObjectBuilder
Packages that use ObjectBuilder
Package
Description
-
Uses of ObjectBuilder in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return ObjectBuilderModifier and TypeMethodDescriptionClassDescriptor.getObjectBuilder()INTERNAL: Return the object builderMethods in org.eclipse.persistence.descriptors with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected voidClassDescriptor.setObjectBuilder(ObjectBuilder builder) INTERNAL: Set the ObjectBuilder. -
Uses of ObjectBuilder in org.eclipse.persistence.descriptors.changetracking
Methods in org.eclipse.persistence.descriptors.changetracking with parameters of type ObjectBuilderModifier and TypeMethodDescriptionAttributeChangeTrackingPolicy.buildBackupClone(Object clone, ObjectBuilder builder, UnitOfWorkImpl uow) INTERNAL: Only build backup cloneDeferredChangeDetectionPolicy.buildBackupClone(Object clone, ObjectBuilder builder, UnitOfWorkImpl uow) INTERNAL: Build back up clone.ObjectChangePolicy.buildBackupClone(Object clone, ObjectBuilder builder, UnitOfWorkImpl uow) INTERNAL: Build back up clone. -
Uses of ObjectBuilder in org.eclipse.persistence.eis.mappings
Methods in org.eclipse.persistence.eis.mappings with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected ObjectEISCompositeObjectMapping.buildCompositeObject(ObjectBuilder objectBuilder, AbstractRecord nestedRow, ObjectBuildingQuery query, CacheKey parentCacheKey, JoinedAttributeManager joinManager, AbstractSession targetSession) -
Uses of ObjectBuilder in org.eclipse.persistence.internal.oxm
Subclasses of ObjectBuilder in org.eclipse.persistence.internal.oxmModifier and TypeClassDescriptionclassINTERNAL:classINTERNAL:classINTERNAL: -
Uses of ObjectBuilder in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected CacheKeyAbstractSession.getCacheKeyFromTargetSessionForMerge(Object implementation, ObjectBuilder builder, ClassDescriptor descriptor, MergeManager mergeManager) INTERNAL: For use within the merge process this method will get an object from the shared cache using a readlock.protected CacheKeyIsolatedClientSession.getCacheKeyFromTargetSessionForMerge(Object implementation, ObjectBuilder builder, ClassDescriptor descriptor, MergeManager mergeManager) INTERNAL: For use within the merge process this method will get an object from the shared cache using a readlock. -
Uses of ObjectBuilder in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings that return ObjectBuilderModifier and TypeMethodDescriptionprotected ObjectBuilderAggregateMapping.getObjectBuilder(Object attributeValue, AbstractSession session) Convenience methodprotected ObjectBuilderAggregateMapping.getObjectBuilderForClass(Class<?> javaClass, AbstractSession session) Convenience method -
Uses of ObjectBuilder in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected abstract ObjectAbstractCompositeObjectMapping.buildCompositeObject(ObjectBuilder objectBuilder, AbstractRecord nestedRow, ObjectBuildingQuery query, CacheKey parentCacheKey, JoinedAttributeManager joinManger, AbstractSession targetSession) -
Uses of ObjectBuilder in org.eclipse.persistence.mappings.structures
Methods in org.eclipse.persistence.mappings.structures with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected ObjectStructureMapping.buildCompositeObject(ObjectBuilder objectBuilder, AbstractRecord nestedRow, ObjectBuildingQuery query, CacheKey parentCacheKey, JoinedAttributeManager joinManager, AbstractSession targetSession) -
Uses of ObjectBuilder in org.eclipse.persistence.oxm.mappings
Methods in org.eclipse.persistence.oxm.mappings with parameters of type ObjectBuilderModifier and TypeMethodDescriptionprotected ObjectXMLCompositeObjectMapping.buildCompositeObject(ObjectBuilder objectBuilder, AbstractRecord nestedRow, ObjectBuildingQuery query, CacheKey parentCacheKey, JoinedAttributeManager joinManager, AbstractSession targetSession)