Class AnyKeyJdbcTypeCodeAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.AnyKeyJdbcTypeCodeAnnotation
All Implemented Interfaces:
Annotation

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class AnyKeyJdbcTypeCodeAnnotation extends Object implements AnyKeyJdbcTypeCode
  • Constructor Details

    • AnyKeyJdbcTypeCodeAnnotation

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

      public AnyKeyJdbcTypeCodeAnnotation(AnyKeyJdbcTypeCode annotation, org.hibernate.models.spi.ModelsContext modelContext)
      Used in creating annotation instances from JDK variant
    • AnyKeyJdbcTypeCodeAnnotation

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