Class EnhancementAsProxyLazinessInterceptor.EntityRelatedState
java.lang.Object
org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor.EntityRelatedState
- Enclosing class:
EnhancementAsProxyLazinessInterceptor
This is an helper object to group all state which relates to a particular entity type,
and which is needed for this interceptor.
Grouping such state allows for upfront construction as a per-entity singleton:
this reduces processing work on creation of an interceptor instance and is more
efficient from a point of view of memory usage and memory layout.
-
Constructor Summary
ConstructorsConstructorDescriptionEntityRelatedState
(EntityPersister persister, CompositeType nonAggregatedCidMapper, Set<String> identifierAttributeNames) -
Method Summary
-
Constructor Details
-
EntityRelatedState
public EntityRelatedState(EntityPersister persister, CompositeType nonAggregatedCidMapper, Set<String> identifierAttributeNames)
-