Uses of Class
org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
Packages that use NamedEntityGraphDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.internal org.hibernate.boot.spi org.hibernate.cfg org.hibernate.metamodel.model.domain.internal -
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinition
Metadata. getNamedEntityGraph(String name)
Methods in org.hibernate.boot that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description Map<String,NamedEntityGraphDefinition>
Metadata. getNamedEntityGraphs()
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot.internal
Methods in org.hibernate.boot.internal that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinition
InFlightMetadataCollectorImpl. getNamedEntityGraph(String name)
NamedEntityGraphDefinition
MetadataImpl. getNamedEntityGraph(String name)
Methods in org.hibernate.boot.internal that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description Map<String,NamedEntityGraphDefinition>
MetadataImpl. getNamedEntityGraphMap()
Map<String,NamedEntityGraphDefinition>
InFlightMetadataCollectorImpl. getNamedEntityGraphs()
Map<String,NamedEntityGraphDefinition>
MetadataImpl. getNamedEntityGraphs()
Methods in org.hibernate.boot.internal with parameters of type NamedEntityGraphDefinition Modifier and Type Method Description void
InFlightMetadataCollectorImpl. addNamedEntityGraph(NamedEntityGraphDefinition definition)
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinition
AbstractDelegatingMetadata. getNamedEntityGraph(String name)
Methods in org.hibernate.boot.spi that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description Map<String,NamedEntityGraphDefinition>
AbstractDelegatingMetadata. getNamedEntityGraphs()
Methods in org.hibernate.boot.spi with parameters of type NamedEntityGraphDefinition Modifier and Type Method Description void
InFlightMetadataCollector. addNamedEntityGraph(NamedEntityGraphDefinition namedEntityGraphDefinition)
Adds metadata for a named entity graph to this repository -
Uses of NamedEntityGraphDefinition in org.hibernate.cfg
Methods in org.hibernate.cfg that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description Collection<NamedEntityGraphDefinition>
Configuration. getNamedEntityGraphs()
-
Uses of NamedEntityGraphDefinition in org.hibernate.metamodel.model.domain.internal
Method parameters in org.hibernate.metamodel.model.domain.internal with type arguments of type NamedEntityGraphDefinition Modifier and Type Method Description void
JpaMetamodelImpl. processJpa(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel, Map<Class<?>,String> entityProxyInterfaceMap, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition> namedEntityGraphDefinitions, RuntimeModelCreationContext runtimeModelCreationContext)
-