Class SQLOrderAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SQLOrderAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SQLOrderAnnotation
extends Object
implements SQLOrder
-
Constructor Summary
ConstructorsConstructorDescriptionSQLOrderAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from Jandex variantSQLOrderAnnotation
(SQLOrder annotation, org.hibernate.models.spi.ModelsContext modelContext) Used in creating annotation instances from JDK variantSQLOrderAnnotation
(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
-
Constructor Details
-
SQLOrderAnnotation
public SQLOrderAnnotation(org.hibernate.models.spi.ModelsContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SQLOrderAnnotation
Used in creating annotation instances from JDK variant -
SQLOrderAnnotation
public SQLOrderAnnotation(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
-
value
-
value
-