接口 LazyPropertyInitializer.InterceptorImplementor
-
- 所有已知子接口:
BytecodeLazyAttributeInterceptor,PersistentAttributeInterceptor,SessionAssociableInterceptor
- 所有已知实现类:
AbstractInterceptor,AbstractLazyLoadInterceptor,EnhancementAsProxyLazinessInterceptor,LazyAttributeLoadingInterceptor
- 封闭接口:
- LazyPropertyInitializer
@Deprecated public static interface LazyPropertyInitializer.InterceptorImplementor
已过时。Prefer the form of these methods defined onBytecodeLazyAttributeInterceptorinstead
-
-
方法概要
所有方法 实例方法 默认方法 已过时的方法 修饰符和类型 方法 说明 default voidattributeInitialized(String name)已过时。default Set<String>getInitializedLazyAttributeNames()已过时。
-