Class SingleValueMappedByPropertyHolder
java.lang.Object
org.eclipse.persistence.internal.indirection.DatabaseValueHolder
org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
io.jmix.eclipselink.impl.lazyloading.AbstractValueHolder
io.jmix.eclipselink.impl.lazyloading.AbstractSingleValueHolder
io.jmix.eclipselink.impl.lazyloading.SingleValueMappedByPropertyHolder
- All Implemented Interfaces:
Serializable,Cloneable,org.eclipse.persistence.indirection.ValueHolderInterface,org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface,org.eclipse.persistence.internal.indirection.WrappingValueHolder
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.eclipselink.impl.lazyloading.AbstractSingleValueHolder
AbstractSingleValueHolder.SingleValuePropertyVisitor -
Field Summary
Fields inherited from class io.jmix.eclipselink.impl.lazyloading.AbstractValueHolder
beanFactoryFields inherited from class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
backupValueHolder, mapping, relationshipSourceObject, remoteUnitOfWork, sourceAttributeName, sourceObject, wrappedValueHolder, wrappedValueHolderRemoteIDFields inherited from class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
isCoordinatedWithProperty, row, sessionFields inherited from interface org.eclipse.persistence.indirection.ValueHolderInterface
shouldToStringInstantiate -
Constructor Summary
ConstructorsConstructorDescriptionSingleValueMappedByPropertyHolder(org.springframework.beans.factory.BeanFactory beanFactory, org.eclipse.persistence.indirection.ValueHolderInterface originalValueHolder, Object owner, MetaProperty metaProperty) -
Method Summary
Modifier and TypeMethodDescriptionprotected LoadContext<?>createLoadContextByInverseProperty(MetaClass metaClass, String primaryKeyName) protected LoadContext<?>createLoadContextByOwner(MetaClass metaClass) protected ObjectMethods inherited from class io.jmix.eclipselink.impl.lazyloading.AbstractSingleValueHolder
afterLoadValueMethods inherited from class io.jmix.eclipselink.impl.lazyloading.AbstractValueHolder
buildBackupCloneFor, buildCloneFor, getDataManager, getFetchPlans, getLoadOptions, getMapping, getMetadata, getMetadataTools, getOwner, getPropertyInfo, getRow, getSession, getValue, getValue, getWrappedValueHolder, getWrappedValueHolderRemoteID, instantiateForUnitOfWorkValueHolder, isCoordinatedWithProperty, isEasilyInstantiated, isInstantiated, isNewlyWeavedValueHolder, isPessimisticLockingValueHolder, isSerializedRemoteUnitOfWorkValueHolder, postInstantiate, privilegedSetValue, releaseWrappedValueHolder, replaceLoadOptions, replaceToExistingReferences, setBackupValueHolder, setInstantiated, setIsCoordinatedWithProperty, setIsNewlyWeavedValueHolder, setLoadOptions, setRow, setSession, setUninstantiated, setValue, shouldAllowInstantiationDeferralMethods inherited from class org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
getBackupValueHolder, getRelationshipSourceObject, getRemoteUnitOfWork, getSourceAttributeName, getSourceObject, getUnitOfWork, getValueFromServerObject, instantiate, instantiateImpl, resetFields, setMapping, setRelationshipSourceObject, setRemoteUnitOfWork, setSourceAttributeName, setSourceObject, setWrappedValueHolder, throwUnfetchedAttributeExceptionMethods inherited from class org.eclipse.persistence.internal.indirection.DatabaseValueHolder
clone, isTransactionalValueHolder, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.persistence.indirection.ValueHolderInterface
clone
-
Constructor Details
-
SingleValueMappedByPropertyHolder
public SingleValueMappedByPropertyHolder(org.springframework.beans.factory.BeanFactory beanFactory, org.eclipse.persistence.indirection.ValueHolderInterface originalValueHolder, Object owner, MetaProperty metaProperty)
-
-
Method Details
-
loadValue
- Specified by:
loadValuein classAbstractValueHolder
-
createLoadContextByOwner
-
createLoadContextByInverseProperty
protected LoadContext<?> createLoadContextByInverseProperty(MetaClass metaClass, String primaryKeyName)
-