Package cz.cvut.kbss.jopa.proxy.lazy.gen
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 Summary
Modifier and TypeMethodDescriptionFieldSpecification<?,
?> getOwner()
void
setFieldSpec
(FieldSpecification<?, ?> fieldSpec) void
void
void
-
Method Details
-
getPersistenceContext
UnitOfWork getPersistenceContext() -
setPersistenceContext
-
getFieldSpec
FieldSpecification<?,?> getFieldSpec() -
setFieldSpec
-
getOwner
Object getOwner() -
setOwner
-
setValue
-