Uses of Enum Class
org.hibernate.boot.model.NamedEntityGraphDefinition.Source
Packages that use NamedEntityGraphDefinition.Source
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 NamedEntityGraphDefinition.Source in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return NamedEntityGraphDefinition.SourceModifier and TypeMethodDescriptionNamedEntityGraphDefinition.source()
Returns the value of thesource
record component.Returns the enum constant of this class with the specified name.static NamedEntityGraphDefinition.Source[]
NamedEntityGraphDefinition.Source.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hibernate.boot.model with parameters of type NamedEntityGraphDefinition.SourceModifierConstructorDescriptionNamedEntityGraphDefinition
(String name, String entityName, NamedEntityGraphDefinition.Source source, NamedGraphCreator graphCreator) Creates an instance of aNamedEntityGraphDefinition
record class.