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