Uses of Record Class
org.hibernate.boot.model.NamedEntityGraphDefinition
Packages that use NamedEntityGraphDefinition
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
-
Uses of NamedEntityGraphDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return NamedEntityGraphDefinitionMethods in org.hibernate.boot that return types with arguments of type NamedEntityGraphDefinition -
Uses of NamedEntityGraphDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NamedEntityGraphDefinitionMethods in org.hibernate.boot.spi that return types with arguments of type NamedEntityGraphDefinitionMethods in org.hibernate.boot.spi with parameters of type NamedEntityGraphDefinitionModifier and TypeMethodDescriptionvoidInFlightMetadataCollector.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