Uses of Interface
org.hibernate.boot.model.NamedGraphCreator
Packages that use NamedGraphCreator
Package
Description
This package defines the boot-time metamodel, which is an interpretation
of the domain model (entity classes, embeddable classes, and attributes)
and the mapping of these "domain model parts" to the database.
-
Uses of NamedGraphCreator in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return NamedGraphCreatorModifier and TypeMethodDescriptionNamedEntityGraphDefinition.graphCreator()
Returns the value of thegraphCreator
record component.Constructors in org.hibernate.boot.model with parameters of type NamedGraphCreatorModifierConstructorDescriptionNamedEntityGraphDefinition
(String name, String entityName, NamedEntityGraphDefinition.Source source, NamedGraphCreator graphCreator) Creates an instance of aNamedEntityGraphDefinition
record class.