Interface EntityReferenceProxyPropertyAccessor<T>

All Known Subinterfaces:
EntityReferenceProxy<T>

public interface EntityReferenceProxyPropertyAccessor<T>
Provides access to persistence context-related attributes needed by entity reference proxies.

This interface should be implemented by the classes generated by EntityReferenceProxyGenerator.

  • Method Details

    • getIdentifier

      URI getIdentifier()
    • setIdentifier

      void setIdentifier(URI identifier)
    • getType

      Class<T> getType()
    • setType

      void setType(Class<T> entityType)
    • getDescriptor

      Descriptor getDescriptor()
    • setDescriptor

      void setDescriptor(Descriptor descriptor)
    • getPersistenceContext

      UnitOfWork getPersistenceContext()
    • setPersistenceContext

      void setPersistenceContext(UnitOfWork uow)
    • getValue

      T getValue()
    • setValue

      void setValue(T value)