Class TableGeneratorJpaAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation
All Implemented Interfaces:
Annotation, IndexCollector, UniqueConstraintCollector

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class TableGeneratorJpaAnnotation extends Object implements TableGenerator, UniqueConstraintCollector, IndexCollector
  • Constructor Details

    • TableGeneratorJpaAnnotation

      public TableGeneratorJpaAnnotation(org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating dynamic annotation instances (e.g. from XML)
    • TableGeneratorJpaAnnotation

      public TableGeneratorJpaAnnotation(String name, org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating named, defaulted annotation instances. Generally this is a situation where we have:
      1. GeneratedValue.strategy() set to GenerationType.TABLE
      2. GeneratedValue.generator() set to a non-empty String, but with no matching TableGenerator
    • TableGeneratorJpaAnnotation

      public TableGeneratorJpaAnnotation(TableGenerator annotation, org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating annotation instances from JDK variant
    • TableGeneratorJpaAnnotation

      public TableGeneratorJpaAnnotation(Map<String,Object> attributeValues, org.hibernate.models.spi.SourceModelBuildingContext modelContext)
      Used in creating annotation instances from Jandex variant
  • Method Details