Class SingleValueOwningPropertyHolder

java.lang.Object
org.eclipse.persistence.internal.indirection.DatabaseValueHolder
org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder
All Implemented Interfaces:
Serializable, Cloneable, org.eclipse.persistence.indirection.ValueHolderInterface, org.eclipse.persistence.indirection.WeavedAttributeValueHolderInterface, org.eclipse.persistence.internal.indirection.WrappingValueHolder

public class SingleValueOwningPropertyHolder extends AbstractSingleValueHolder
See Also:
  • Field Details

    • entityId

      protected final Object entityId
  • Constructor Details

    • SingleValueOwningPropertyHolder

      public SingleValueOwningPropertyHolder(org.springframework.beans.factory.BeanFactory beanFactory, org.eclipse.persistence.indirection.ValueHolderInterface originalValueHolder, Object owner, MetaProperty metaProperty, Object entityId)
  • Method Details