Interface PersistenceContextAwareClassGenerator
- All Known Implementing Classes:
EntityReferenceProxyGenerator
,LazyLoadingEntityProxyGenerator
,ManageableClassGenerator
public interface PersistenceContextAwareClassGenerator
Generates classes corresponding to entity classes, but able to be connected to a persistence context.
-
Method Summary
-
Method Details
-
generate
Generates a class extending the specifiedentityClass
but able to be connected to a persistence context.- Type Parameters:
T
- Entity type- Parameters:
entityClass
- Entity class for which to generate the subclass- Returns:
- Entity class subtype
-