Class SqlResultSetMappingJpaAnnotation
java.lang.Object
org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation
- All Implemented Interfaces:
Annotation
@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor")
public class SqlResultSetMappingJpaAnnotation
extends Object
implements SqlResultSetMapping
-
Constructor Summary
ConstructorsConstructorDescriptionSqlResultSetMappingJpaAnnotation
(SqlResultSetMapping annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variantSqlResultSetMappingJpaAnnotation
(Map<String, Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from Jandex variantSqlResultSetMappingJpaAnnotation
(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
classes()
void
classes
(ConstructorResult[] value) columns()
void
columns
(ColumnResult[] value) entities()
void
entities
(EntityResult[] value) name()
void
-
Constructor Details
-
SqlResultSetMappingJpaAnnotation
public SqlResultSetMappingJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating dynamic annotation instances (e.g. from XML) -
SqlResultSetMappingJpaAnnotation
public SqlResultSetMappingJpaAnnotation(SqlResultSetMapping annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext) Used in creating annotation instances from JDK variant -
SqlResultSetMappingJpaAnnotation
public SqlResultSetMappingJpaAnnotation(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
-
name
-
name
-
entities
-
entities
-
classes
-
classes
-
columns
-
columns
-