Interface XmlAnnotations


public interface XmlAnnotations
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Abstract,org.hibernate.boot.models.annotations.internal.AbstractXmlAnnotation>
     
    static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.AnyKeyType,org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation>
     
    static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.CollectionClassification,org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation>
     
    static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Extends,org.hibernate.boot.models.annotations.internal.ExtendsXmlAnnotation>
     
    static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Target,org.hibernate.boot.models.annotations.internal.TargetXmlAnnotation>
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static void
    forEachAnnotation(Consumer<org.hibernate.models.spi.AnnotationDescriptor<?>> consumer)
     
  • Field Details

    • ABSTRACT

      static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Abstract,org.hibernate.boot.models.annotations.internal.AbstractXmlAnnotation> ABSTRACT
    • ANY_KEY_TYPE

      static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.AnyKeyType,org.hibernate.boot.models.annotations.internal.AnyKeyTypeXmlAnnotation> ANY_KEY_TYPE
    • COLLECTION_CLASSIFICATION

      static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.CollectionClassification,org.hibernate.boot.models.annotations.internal.CollectionClassificationXmlAnnotation> COLLECTION_CLASSIFICATION
    • EXTENDS

      static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Extends,org.hibernate.boot.models.annotations.internal.ExtendsXmlAnnotation> EXTENDS
    • TARGET

      static final org.hibernate.models.internal.OrmAnnotationDescriptor<org.hibernate.boot.internal.Target,org.hibernate.boot.models.annotations.internal.TargetXmlAnnotation> TARGET
  • Method Details

    • forEachAnnotation

      static void forEachAnnotation(Consumer<org.hibernate.models.spi.AnnotationDescriptor<?>> consumer)