Package org.hibernate.boot.model
Class NamedEntityGraphDefinition
java.lang.Object
org.hibernate.boot.model.NamedEntityGraphDefinition
Models a @NamedEntityGraph
-
Constructor Summary
ConstructorsConstructorDescriptionNamedEntityGraphDefinition
(NamedEntityGraph annotation, String jpaEntityName, String entityName) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NamedEntityGraphDefinition
public NamedEntityGraphDefinition(NamedEntityGraph annotation, String jpaEntityName, String entityName)
-
-
Method Details
-
getRegisteredName
-
getJpaEntityName
-
getEntityName
-
getAnnotation
-