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