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, PersisterCreationContext creationContext)
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClassstatic LazyAttributesMetadata
LazyAttributesMetadata. nonEnhanced(java.lang.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()
Constructors in org.hibernate.tuple.entity with parameters of type LazyAttributesMetadata Constructor Description BytecodeEnhancementMetadataPojoImpl(java.lang.String entityName, java.lang.Class entityClass, java.util.Set<java.lang.String> identifierAttributeNames, CompositeType nonAggregatedCidMapper, boolean enhancedForLazyLoading, LazyAttributesMetadata lazyAttributesMetadata)
-