public class EnhancementHelper extends Object
Constructor and Description |
---|
EnhancementHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
includeInBaseFetchGroup(Property bootMapping,
boolean isEnhanced,
boolean allowEnhancementAsProxy)
Should the given property be included in the owner's base fetch group?
|
static <T> T |
performWork(BytecodeLazyAttributeInterceptor interceptor,
BiFunction<SharedSessionContractImplementor,Boolean,T> work,
String entityName,
String attributeName) |
public static boolean includeInBaseFetchGroup(Property bootMapping, boolean isEnhanced, boolean allowEnhancementAsProxy)
public static <T> T performWork(BytecodeLazyAttributeInterceptor interceptor, BiFunction<SharedSessionContractImplementor,Boolean,T> work, String entityName, String attributeName)
Copyright © 2019 JBoss by Red Hat. All rights reserved.