Package org.hibernate.cfg.annotations
Class NamedEntityGraphDefinition
- java.lang.Object
-
- org.hibernate.cfg.annotations.NamedEntityGraphDefinition
-
public class NamedEntityGraphDefinition extends java.lang.ObjectModels the definition of aNamedEntityGraphannotation
-
-
Constructor Summary
Constructors Constructor Description NamedEntityGraphDefinition(NamedEntityGraph annotation, java.lang.String jpaEntityName, java.lang.String entityName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamedEntityGraphgetAnnotation()java.lang.StringgetEntityName()java.lang.StringgetJpaEntityName()java.lang.StringgetRegisteredName()
-
-
-
Constructor Detail
-
NamedEntityGraphDefinition
public NamedEntityGraphDefinition(NamedEntityGraph annotation, java.lang.String jpaEntityName, java.lang.String entityName)
-
-
Method Detail
-
getRegisteredName
public java.lang.String getRegisteredName()
-
getJpaEntityName
public java.lang.String getJpaEntityName()
-
getEntityName
public java.lang.String getEntityName()
-
getAnnotation
public NamedEntityGraph getAnnotation()
-
-