Class NamedEntityGraphJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class NamedEntityGraphJpaAnnotation
extends Object
implements NamedEntityGraph
-
Constructor Summary
ConstructorsConstructorDescriptionNamedEntityGraphJpaAnnotation
(NamedEntityGraph annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantNamedEntityGraphJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantNamedEntityGraphJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
void
attributeNodes
(NamedAttributeNode[] value) boolean
void
includeAllAttributes
(boolean value) name()
void
void
subclassSubgraphs
(NamedSubgraph[] value) void
subgraphs
(NamedSubgraph[] value)
-
Constructor Details
-
NamedEntityGraphJpaAnnotation
public NamedEntityGraphJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedEntityGraphJpaAnnotation
public NamedEntityGraphJpaAnnotation(NamedEntityGraph annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
NamedEntityGraphJpaAnnotation
public NamedEntityGraphJpaAnnotation(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variant
-
-
Method Details
-
annotationType
- Specified by:
annotationType
in interfaceAnnotation
-
name
-
name
-
attributeNodes
-
attributeNodes
-
includeAllAttributes
public boolean includeAllAttributes() -
includeAllAttributes
public void includeAllAttributes(boolean value) -
subgraphs
-
subgraphs
-
subclassSubgraphs
-
subclassSubgraphs
-