public class EnhancementHelper
extends java.lang.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,
java.util.function.BiFunction<SharedSessionContractImplementor,java.lang.Boolean,T> work,
java.lang.String entityName,
java.lang.String attributeName) |
public static boolean includeInBaseFetchGroup(Property bootMapping, boolean isEnhanced, boolean allowEnhancementAsProxy)
public static <T> T performWork(BytecodeLazyAttributeInterceptor interceptor, java.util.function.BiFunction<SharedSessionContractImplementor,java.lang.Boolean,T> work, java.lang.String entityName, java.lang.String attributeName)
Copyright © 2001-2019 Red Hat, Inc. All Rights Reserved.