类 EnhancementHelper
- java.lang.Object
-
- org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
-
public class EnhancementHelper extends Object
- 作者:
- Steve Ebersole
-
-
构造器概要
构造器 构造器 说明 EnhancementHelper()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static booleanincludeInBaseFetchGroup(Property bootMapping, boolean isEnhanced, boolean allowEnhancementAsProxy)Should the given property be included in the owner's base fetch group?static <T> TperformWork(BytecodeLazyAttributeInterceptor interceptor, BiFunction<SharedSessionContractImplementor,Boolean,T> work, String entityName, String attributeName)
-
-
-
方法详细资料
-
includeInBaseFetchGroup
public static boolean includeInBaseFetchGroup(Property bootMapping, boolean isEnhanced, boolean allowEnhancementAsProxy)
Should the given property be included in the owner's base fetch group?
-
performWork
public static <T> T performWork(BytecodeLazyAttributeInterceptor interceptor, BiFunction<SharedSessionContractImplementor,Boolean,T> work, String entityName, String attributeName)
-
-