Package | Description |
---|---|
org.hibernate.bytecode.enhance.spi.interceptor |
interceptor implementations
|
Modifier and Type | Method and Description |
---|---|
static LazyAttributeDescriptor |
LazyAttributeDescriptor.from(Property property,
int attributeIndex,
int lazyIndex) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LazyAttributeDescriptor> |
LazyAttributesMetadata.getFetchGroupAttributeDescriptors(java.lang.String groupName) |
Constructor and Description |
---|
LazyAttributesMetadata(java.lang.String entityName,
java.util.Map<java.lang.String,LazyAttributeDescriptor> lazyAttributeDescriptorMap,
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> fetchGroupToAttributeMap) |
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.