接口的使用
org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
-
使用BytecodeLazyAttributeInterceptor的程序包 程序包 说明 org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.tuple.entity -
-
org.hibernate.bytecode.enhance.spi.interceptor中BytecodeLazyAttributeInterceptor的使用
实现BytecodeLazyAttributeInterceptor的org.hibernate.bytecode.enhance.spi.interceptor中的类 修饰符和类型 类 说明 classAbstractLazyLoadInterceptorclassEnhancementAsProxyLazinessInterceptorclassLazyAttributeLoadingInterceptorInterceptor that loads attributes lazily参数类型为BytecodeLazyAttributeInterceptor的org.hibernate.bytecode.enhance.spi.interceptor中的方法 修饰符和类型 方法 说明 static <T> TEnhancementHelper. performWork(BytecodeLazyAttributeInterceptor interceptor, BiFunction<SharedSessionContractImplementor,Boolean,T> work, String entityName, String attributeName) -
org.hibernate.bytecode.spi中BytecodeLazyAttributeInterceptor的使用
返回BytecodeLazyAttributeInterceptor的org.hibernate.bytecode.spi中的方法 修饰符和类型 方法 说明 BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadata. extractLazyInterceptor(Object entity) -
org.hibernate.tuple.entity中BytecodeLazyAttributeInterceptor的使用
返回BytecodeLazyAttributeInterceptor的org.hibernate.tuple.entity中的方法 修饰符和类型 方法 说明 BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataNonPojoImpl. extractLazyInterceptor(Object entity)BytecodeLazyAttributeInterceptorBytecodeEnhancementMetadataPojoImpl. extractLazyInterceptor(Object entity)
-