Package org.hibernate.cfg.annotations
Class NamedEntityGraphDefinition
- java.lang.Object
-
- org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
public class NamedEntityGraphDefinition extends Object
Models the definition of aNamedEntityGraph
annotation
-
-
Constructor Summary
Constructors Constructor Description NamedEntityGraphDefinition(jakarta.persistence.NamedEntityGraph annotation, String jpaEntityName, String entityName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.persistence.NamedEntityGraph
getAnnotation()
String
getEntityName()
String
getJpaEntityName()
String
getRegisteredName()
-