Class NamedEntityGraphAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.NamedEntityGraphAnnotation
- All Implemented Interfaces:
Annotation
-
Constructor Summary
ConstructorsConstructorDescriptionNamedEntityGraphAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantNamedEntityGraphAnnotation
(NamedEntityGraph annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantNamedEntityGraphAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
NamedEntityGraphAnnotation
public NamedEntityGraphAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedEntityGraphAnnotation
public NamedEntityGraphAnnotation(NamedEntityGraph annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variant -
NamedEntityGraphAnnotation
public NamedEntityGraphAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
name
-
name
-
graph
-
graph
-