Uses of Class
org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
-
Packages that use LazyAttributesMetadata Package Description org.hibernate.bytecode.enhance.spi.interceptor interceptor implementationsorg.hibernate.bytecode.spi Package defining bytecode code enhancement (instrumentation) support.org.hibernate.tuple.entity -
-
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.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributesMetadata Modifier and Type Method Description LazyAttributesMetadata
BytecodeEnhancementMetadata. getLazyAttributesMetadata()
-
Uses of LazyAttributesMetadata in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return LazyAttributesMetadata Modifier and Type Method Description LazyAttributesMetadata
BytecodeEnhancementMetadataNonPojoImpl. getLazyAttributesMetadata()
LazyAttributesMetadata
BytecodeEnhancementMetadataPojoImpl. getLazyAttributesMetadata()
-