Uses of Class
org.eclipse.persistence.internal.descriptors.ObjectBuilder
-
-
Uses of ObjectBuilder in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors that return ObjectBuilder Modifier and Type Method Description ObjectBuilderClassDescriptor. getObjectBuilder()INTERNAL: Return the object builderMethods in org.eclipse.persistence.descriptors with parameters of type ObjectBuilder Modifier and Type Method Description protected 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 ObjectBuilder Modifier and Type Method Description ObjectAttributeChangeTrackingPolicy. buildBackupClone(Object clone, ObjectBuilder builder, UnitOfWorkImpl uow)INTERNAL: Only build backup cloneObjectDeferredChangeDetectionPolicy. buildBackupClone(Object clone, ObjectBuilder builder, UnitOfWorkImpl uow)INTERNAL: Build back up clone.ObjectObjectChangePolicy. 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 ObjectBuilder Modifier and Type Method Description protected 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.oxm Modifier and Type Class Description classTreeObjectBuilderINTERNAL:classXMLObjectBuilderINTERNAL:classXMLSequencedObjectBuilderINTERNAL: -
Uses of ObjectBuilder in org.eclipse.persistence.internal.sessions
Methods in org.eclipse.persistence.internal.sessions with parameters of type ObjectBuilder Modifier and Type Method Description protected 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 ObjectBuilder Modifier and Type Method Description protected 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 ObjectBuilder Modifier and Type Method Description protected 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 ObjectBuilder Modifier and Type Method Description protected 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 ObjectBuilder Modifier and Type Method Description protected ObjectXMLCompositeObjectMapping. buildCompositeObject(ObjectBuilder objectBuilder, AbstractRecord nestedRow, ObjectBuildingQuery query, CacheKey parentCacheKey, JoinedAttributeManager joinManager, AbstractSession targetSession)
-