Uses of Class
org.hibernate.boot.model.NamedEntityGraphDefinition
-
Packages that use NamedEntityGraphDefinition Package Description org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.internal org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.testing.orm.junit -
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinitionMetadata. 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 NamedEntityGraphDefinitionInFlightMetadataCollectorImpl. getNamedEntityGraph(String name)NamedEntityGraphDefinitionMetadataImpl. 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 voidInFlightMetadataCollectorImpl. 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 NamedEntityGraphDefinitionAbstractDelegatingMetadata. 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 voidInFlightMetadataCollector. 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 voidJpaMetamodelImpl. processJpa(MetadataImplementor bootMetamodel, MappingMetamodel mappingMetamodel, Map<Class<?>,String> entityProxyInterfaceMap, JpaStaticMetaModelPopulationSetting jpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting jpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition> namedEntityGraphDefinitions, RuntimeModelCreationContext runtimeModelCreationContext) -
Uses of NamedEntityGraphDefinition in org.hibernate.testing.orm.junit
Methods in org.hibernate.testing.orm.junit that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinitionDialectFeatureChecks.FakeMetadataBuildingContext. getNamedEntityGraph(String name)Methods in org.hibernate.testing.orm.junit that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description Map<String,NamedEntityGraphDefinition>DialectFeatureChecks.FakeMetadataBuildingContext. getNamedEntityGraphs()Methods in org.hibernate.testing.orm.junit with parameters of type NamedEntityGraphDefinition Modifier and Type Method Description voidDialectFeatureChecks.FakeMetadataBuildingContext. addNamedEntityGraph(NamedEntityGraphDefinition namedEntityGraphDefinition)
-