Class AbstractLazyLoadInterceptor

java.lang.Object
org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
All Implemented Interfaces:
BytecodeLazyAttributeInterceptor, SessionAssociableInterceptor, LazyPropertyInitializer.InterceptorImplementor, PersistentAttributeInterceptor
Direct Known Subclasses:
EnhancementAsProxyLazinessInterceptor, LazyAttributeLoadingInterceptor

public abstract class AbstractLazyLoadInterceptor extends AbstractInterceptor implements BytecodeLazyAttributeInterceptor
Author:
Steve Ebersole
  • Constructor Details