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 on BytecodeLazyAttributeInterceptor instead
  • Method Details

    • getInitializedLazyAttributeNames

      default Set<String> getInitializedLazyAttributeNames()
      Deprecated.
    • attributeInitialized

      default void attributeInitialized(String name)
      Deprecated.