Interface LazyLoadingProxyPropertyAccessor<T>

All Known Subinterfaces:
LazyLoadingEntityProxy<T>

public interface LazyLoadingProxyPropertyAccessor<T>
Provides access to persistence context-related attributes needed by lazy loading proxies.

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

  • Method Details

    • getPersistenceContext

      UnitOfWork getPersistenceContext()
    • setPersistenceContext

      void setPersistenceContext(UnitOfWork uow)
    • getFieldSpec

      FieldSpecification<?,?> getFieldSpec()
    • setFieldSpec

      void setFieldSpec(FieldSpecification<?,?> fieldSpec)
    • getOwner

      Object getOwner()
    • setOwner

      void setOwner(Object owner)
    • setValue

      void setValue(T value)