Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
Packages that use LazyAttributesMetadata Package Description org.hibernate.bytecode.enhance.spi.interceptor Support for bytecode interceptor implementations.org.hibernate.bytecode.internal org.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support. -
-
Uses of LazyAttributesMetadata in org.hibernate.bytecode.enhance.spi.interceptor
Methods in org.hibernate.bytecode.enhance.spi.interceptor that return LazyAttributesMetadata Modifier and Type Method Description static LazyAttributesMetadata
LazyAttributesMetadata. from(PersistentClass mappedEntity, boolean isEnhanced, boolean collectionsInDefaultFetchGroupEnabled, Metadata metadata)
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClassstatic LazyAttributesMetadata
LazyAttributesMetadata. nonEnhanced(String entityName)
-
Uses of LazyAttributesMetadata in org.hibernate.bytecode.internal
Methods in org.hibernate.bytecode.internal that return LazyAttributesMetadata Modifier and Type Method Description LazyAttributesMetadata
BytecodeEnhancementMetadataNonPojoImpl. getLazyAttributesMetadata()
LazyAttributesMetadata
BytecodeEnhancementMetadataPojoImpl. getLazyAttributesMetadata()
-
Uses of LazyAttributesMetadata in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributesMetadata Modifier and Type Method Description LazyAttributesMetadata
BytecodeEnhancementMetadata. getLazyAttributesMetadata()
-