Interface LazyPropertyInitializer.InterceptorImplementor
-
- All Known Subinterfaces:
BytecodeLazyAttributeInterceptor,PersistentAttributeInterceptor,SessionAssociableInterceptor
- All Known Implementing Classes:
AbstractInterceptor,AbstractLazyLoadInterceptor,EnhancementAsProxyLazinessInterceptor,LazyAttributeLoadingInterceptor
- Enclosing interface:
- LazyPropertyInitializer
@Deprecated public static interface LazyPropertyInitializer.InterceptorImplementorDeprecated.Prefer the form of these methods defined onBytecodeLazyAttributeInterceptorinstead
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default voidattributeInitialized(java.lang.String name)Deprecated.default java.util.Set<java.lang.String>getInitializedLazyAttributeNames()Deprecated.
-