Class SQLUpdateAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SQLUpdateAnnotation
- All Implemented Interfaces:
Annotation
,CustomSqlDetails
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SQLUpdateAnnotation
extends Object
implements SQLUpdate, CustomSqlDetails
-
Constructor Summary
ConstructorsConstructorDescriptionSQLUpdateAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantSQLUpdateAnnotation
(SQLUpdate annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantSQLUpdateAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
boolean
callable()
void
callable
(boolean value) check()
void
check
(ResultCheckStyle value) sql()
void
table()
void
Class<? extends Expectation>
verify()
void
verify
(Class<? extends Expectation> value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
-
Constructor Details
-
SQLUpdateAnnotation
public SQLUpdateAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SQLUpdateAnnotation
public SQLUpdateAnnotation(SQLUpdate annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
SQLUpdateAnnotation
public SQLUpdateAnnotation(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
-
sql
- Specified by:
sql
in interfaceCustomSqlDetails
-
sql
- Specified by:
sql
in interfaceCustomSqlDetails
-
callable
public boolean callable()- Specified by:
callable
in interfaceCustomSqlDetails
-
callable
public void callable(boolean value) - Specified by:
callable
in interfaceCustomSqlDetails
-
verify
-
verify
-
check
- Specified by:
check
in interfaceCustomSqlDetails
-
check
- Specified by:
check
in interfaceCustomSqlDetails
-
table
- Specified by:
table
in interfaceCustomSqlDetails
-
table
- Specified by:
table
in interfaceCustomSqlDetails
-