Class StructAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.StructAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class StructAnnotation
extends Object
implements Struct
-
Constructor Summary
ConstructorsConstructorDescriptionStructAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantStructAnnotation
(Struct annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantStructAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
String[]
void
attributes
(String[] value) catalog()
void
name()
void
schema()
void
-
Constructor Details
-
StructAnnotation
public StructAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
StructAnnotation
Used in creating annotation instances from JDK variant -
StructAnnotation
public StructAnnotation(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
-
catalog
-
catalog
-
schema
-
schema
-
attributes
-
attributes
-