Uses of Annotation Interface
jakarta.persistence.NamedEntityGraph
Packages that use NamedEntityGraph
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 NamedEntityGraph in org.hibernate.boot.model
Methods in org.hibernate.boot.model that return NamedEntityGraphConstructors in org.hibernate.boot.model with parameters of type NamedEntityGraphModifierConstructorDescriptionNamedEntityGraphDefinition(NamedEntityGraph annotation, String jpaEntityName, String entityName) -
Uses of NamedEntityGraph in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal that return types with arguments of type NamedEntityGraphModifier and TypeMethodDescriptionstatic List<NamedEntityGraph>JPAXMLOverriddenAnnotationReader.buildNamedEntityGraph(List<JaxbNamedEntityGraph> elements, XMLContext.Default defaults, ClassLoaderAccess classLoaderAccess)