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.spi org.hibernate.cfg -
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return NamedEntityGraphDefinition Modifier and Type Method Description NamedEntityGraphDefinition
Metadata. getNamedEntityGraph(java.lang.String name)
Methods in org.hibernate.boot that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description java.util.Map<java.lang.String,NamedEntityGraphDefinition>
Metadata. getNamedEntityGraphs()
-
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(java.lang.String name)
Methods in org.hibernate.boot.spi that return types with arguments of type NamedEntityGraphDefinition Modifier and Type Method Description java.util.Map<java.lang.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 java.util.Collection<NamedEntityGraphDefinition>
Configuration. getNamedEntityGraphs()
-