Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
-
Packages that use LazyAttributeDescriptor Package Description org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of LazyAttributeDescriptor in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor that return LazyAttributeDescriptor Modifier and Type Method Description static LazyAttributeDescriptor
LazyAttributeDescriptor. from(Property property, int attributeIndex, int lazyIndex)
Methods in org.hibernate.bytecode.enhance.spi.interceptor that return types with arguments of type LazyAttributeDescriptor Modifier and Type Method Description List<LazyAttributeDescriptor>
LazyAttributesMetadata. getFetchGroupAttributeDescriptors(String groupName)
Constructor parameters in org.hibernate.bytecode.enhance.spi.interceptor with type arguments of type LazyAttributeDescriptor Constructor Description LazyAttributesMetadata(String entityName, Map<String,LazyAttributeDescriptor> lazyAttributeDescriptorMap, Map<String,Set<String>> fetchGroupToAttributeMap)
-
Uses of LazyAttributeDescriptor in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type LazyAttributeDescriptor Modifier and Type Method Description protected boolean
AbstractEntityPersister. initializeLazyProperty(String fieldName, Object entity, EntityEntry entry, LazyAttributeDescriptor fetchGroupAttributeDescriptor, Object propValue)
-