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 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