Class JdbcTypeRegistrationsAnnotation

java.lang.Object
org.hibernate.boot.models.annotations.internal.JdbcTypeRegistrationsAnnotation
All Implemented Interfaces:
Annotation, RepeatableContainer<JdbcTypeRegistration>

@Generated("org.hibernate.orm.build.annotations.ClassGeneratorProcessor") public class JdbcTypeRegistrationsAnnotation extends Object implements JdbcTypeRegistrations, RepeatableContainer<JdbcTypeRegistration>
  • Constructor Details

    • JdbcTypeRegistrationsAnnotation

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

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

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