Package org.hibernate.boot.models
Interface XmlAnnotations
public interface XmlAnnotations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<Abstract,
AbstractXmlAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyType,
AnyKeyTypeXmlAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionClassification,
CollectionClassificationXmlAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Extends,
ExtendsXmlAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Target,
TargetXmlAnnotation> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic void
forEachAnnotation
(Consumer<org.hibernate.models.spi.AnnotationDescriptor<?>> consumer)
-
Field Details
-
ABSTRACT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Abstract,AbstractXmlAnnotation> ABSTRACT -
ANY_KEY_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyType,AnyKeyTypeXmlAnnotation> ANY_KEY_TYPE -
COLLECTION_CLASSIFICATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionClassification,CollectionClassificationXmlAnnotation> COLLECTION_CLASSIFICATION -
EXTENDS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Extends,ExtendsXmlAnnotation> EXTENDS -
TARGET
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Target,TargetXmlAnnotation> TARGET
-
-
Method Details
-
forEachAnnotation
-