Class NamedSubgraphJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class NamedSubgraphJpaAnnotation
extends Object
implements NamedSubgraph
-
Constructor Summary
ConstructorsConstructorDescriptionNamedSubgraphJpaAnnotation
(NamedSubgraph annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantNamedSubgraphJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantNamedSubgraphJpaAnnotation
(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) name()
void
Class<?>
type()
void
-
Constructor Details
-
NamedSubgraphJpaAnnotation
public NamedSubgraphJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
NamedSubgraphJpaAnnotation
public NamedSubgraphJpaAnnotation(NamedSubgraph annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
NamedSubgraphJpaAnnotation
public NamedSubgraphJpaAnnotation(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
-
type
-
type
-
attributeNodes
-
attributeNodes
-