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 LazyAttributesMetadataLazyAttributesMetadata. from(PersistentClass mappedEntity, boolean isEnhanced, boolean collectionsInDefaultFetchGroupEnabled, Metadata metadata)Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClassstatic LazyAttributesMetadataLazyAttributesMetadata. 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 LazyAttributesMetadataBytecodeEnhancementMetadataNonPojoImpl. getLazyAttributesMetadata()LazyAttributesMetadataBytecodeEnhancementMetadataPojoImpl. getLazyAttributesMetadata() -
Uses of LazyAttributesMetadata in org.hibernate.bytecode.spi
Methods in org.hibernate.bytecode.spi that return LazyAttributesMetadata Modifier and Type Method Description LazyAttributesMetadataBytecodeEnhancementMetadata. getLazyAttributesMetadata()
-