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.InterceptorImplementor
Deprecated.Prefer the form of these methods defined onBytecodeLazyAttributeInterceptor
instead
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default void
attributeInitialized(String name)
Deprecated.default Set<String>
getInitializedLazyAttributeNames()
Deprecated.
-