Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Packages that use LazyAttributeDescriptor
Package
Description
Support for bytecode interceptor implementations.
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 LazyAttributeDescriptorMethods in org.hibernate.bytecode.enhance.spi.interceptor that return types with arguments of type LazyAttributeDescriptorModifier and TypeMethodDescriptionLazyAttributesMetadata.getFetchGroupAttributeDescriptors
(String groupName) Constructor parameters in org.hibernate.bytecode.enhance.spi.interceptor with type arguments of type LazyAttributeDescriptorModifierConstructorDescriptionLazyAttributesMetadata
(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 LazyAttributeDescriptorModifier and TypeMethodDescriptionprotected boolean
AbstractEntityPersister.initializeLazyProperty
(String fieldName, Object entity, EntityEntry entry, LazyAttributeDescriptor fetchGroupAttributeDescriptor, Object propValue)