Package org.hibernate.boot.models
Interface HibernateAnnotations
public interface HibernateAnnotations
Details about Hibernate annotations.
- API Note:
- Here we only collect "stateless" annotations - namely those where we do not care about meta-annotations, which is the vast majority.
- Implementation Note:
- Suppressed for deprecation and removal because we refer to many deprecated annotations; suppressed for unused because
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor<Any,
AnyAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminator,
AnyDiscriminatorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorImplicitValues,
AnyDiscriminatorImplicitValuesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorValue,
AnyDiscriminatorValueAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorValues,
AnyDiscriminatorValuesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJavaClass,
AnyKeyJavaClassAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJavaType,
AnyKeyJavaTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJdbcType,
AnyKeyJdbcTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJdbcTypeCode,
AnyKeyJdbcTypeCodeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyType,
AnyKeTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Array,
ArrayAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<AttributeBinderType,
AttributeBinderTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Bag,
BagAnnotation> static final SpecializedAnnotationDescriptor<BatchSize,
BatchSizeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Cache,
CacheAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Cascade,
CascadeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Check,
CheckAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Checks,
ChecksAnnotation> static final SpecializedAnnotationDescriptor<Collate,
CollateAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionClassification,
CollectionClassificationXmlAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionId,
CollectionIdAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJavaType,
CollectionIdJavaTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJdbcType,
CollectionIdJdbcTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJdbcTypeCode,
CollectionIdJdbcTypeCodeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdMutability,
CollectionIdMutabilityAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdType,
CollectionIdTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionType,
CollectionTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionTypeRegistration,
CollectionTypeRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionTypeRegistrations,
CollectionTypeRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnDefault,
ColumnDefaultAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnTransformer,
ColumnTransformerAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnTransformers,
ColumnTransformersAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Columns,
ColumnsAnnotation> static final SpecializedAnnotationDescriptor<Comment,
CommentAnnotation> static final SpecializedAnnotationDescriptor<Comments,
CommentsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeType,
CompositeTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeTypeRegistration,
CompositeTypeRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeTypeRegistrations,
CompositeTypeRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConcreteProxy,
ConcreteProxyAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConverterRegistration,
ConverterRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConverterRegistrations,
ConverterRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CreationTimestamp,
CreationTimestampAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<CurrentTimestamp,
CurrentTimestampAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<DiscriminatorFormula,
DiscriminatorFormulaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<DynamicInsert,
DynamicInsertAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<DynamicUpdate,
DynamicUpdateAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiator,
EmbeddableInstantiatorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiatorRegistration,
EmbeddableInstantiatorRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiatorRegistrations,
EmbeddableInstantiatorRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Fetch,
FetchAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FetchProfile,
FetchProfileAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FetchProfiles,
FetchProfilesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Filter,
FilterAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterDef,
FilterDefAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterDefs,
FilterDefsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterJoinTable,
FilterJoinTableAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterJoinTables,
FilterJoinTablesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Filters,
FiltersAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Formula,
FormulaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<FractionalSeconds,
FractionalSecondsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Generated,
GeneratedAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<GeneratedColumn,
GeneratedColumnAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<GenericGenerator,
GenericGeneratorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<GenericGenerators,
GenericGeneratorsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<HQLSelect,
HQLSelectAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<IdGeneratorType,
IdGeneratorTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Immutable,
ImmutableAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Imported,
ImportedAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Instantiator,
InstantiatorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaType,
JavaTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaTypeRegistration,
JavaTypeRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaTypeRegistrations,
JavaTypeRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcType,
JdbcTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeCode,
JdbcTypeCodeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeRegistration,
JdbcTypeRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeRegistrations,
JdbcTypeRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumnOrFormula,
JoinColumnOrFormulaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumnsOrFormulas,
JoinColumnsOrFormulasAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinFormula,
JoinFormulaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<LazyGroup,
LazyGroupAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexBase,
ListIndexBaseAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJavaType,
ListIndexJavaTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJdbcType,
ListIndexJdbcTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJdbcTypeCode,
ListIndexJdbcTypeCodeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ManyToAny,
ManyToAnyAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyCompositeType,
MapKeyCompositeTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJavaType,
MapKeyJavaTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJdbcType,
MapKeyJdbcTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJdbcTypeCode,
MapKeyJdbcTypeCodeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyMutability,
MapKeyMutabilityAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyType,
MapKeyTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Mutability,
MutabilityAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQueries,
NamedNativeQueriesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQuery,
NamedNativeQueryAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQueries,
NamedQueriesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQuery,
NamedQueryAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Nationalized,
NationalizedAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NativeGenerator,
NativeGeneratorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NaturalId,
NaturalIdAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NaturalIdCache,
NaturalIdCacheAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<NotFound,
NotFoundAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<OnDelete,
OnDeleteAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<OptimisticLock,
OptimisticLockAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<OptimisticLocking,
OptimisticLockingAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ParamDef,
ParamDefAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Parameter,
ParameterAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Parent,
ParentAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<PartitionKey,
PartitionKeyAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<PropertyRef,
PropertyRefAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<QueryCacheLayout,
QueryCacheLayoutAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<RowId,
RowIdAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryRow,
SecondaryRowAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryRows,
SecondaryRowsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SoftDelete,
SoftDeleteAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SortComparator,
SortComparatorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SortNatural,
SortNaturalAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Source,
SourceAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDelete,
SQLDeleteAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDeleteAll,
SQLDeleteAllAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDeletes,
SQLDeletesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SqlFragmentAlias,
SqlFragmentAliasAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLInsert,
SQLInsertAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLInserts,
SQLInsertsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLJoinTableRestriction,
SQLJoinTableRestrictionAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLOrder,
SQLOrderAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLRestriction,
SQLRestrictionAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLSelect,
SQLSelectAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLUpdate,
SQLUpdateAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLUpdates,
SQLUpdatesAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Struct,
StructAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Subselect,
SubselectAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Synchronize,
SynchronizeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Target,
TargetLegacyAnnotation> static final SpecializedAnnotationDescriptor<TenantId,
TenantIdAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<TimeZoneColumn,
TimeZoneColumnAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<TimeZoneStorage,
TimeZoneStorageAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<Type,
TypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<TypeRegistration,
TypeRegistrationAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<TypeRegistrations,
TypeRegistrationsAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<UpdateTimestamp,
UpdateTimestampAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<UuidGenerator,
UuidGeneratorAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<ValueGenerationType,
ValueGenerationTypeAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor<View,
ViewAnnotation> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic void
forEachAnnotation
(Consumer<org.hibernate.models.spi.AnnotationDescriptor<? extends Annotation>> consumer)
-
Field Details
-
ANY
-
ANY_DISCRIMINATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminator,AnyDiscriminatorAnnotation> ANY_DISCRIMINATOR -
ANY_DISCRIMINATOR_IMPLICIT_VALUES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorImplicitValues,AnyDiscriminatorImplicitValuesAnnotation> ANY_DISCRIMINATOR_IMPLICIT_VALUES -
ANY_DISCRIMINATOR_VALUES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorValues,AnyDiscriminatorValuesAnnotation> ANY_DISCRIMINATOR_VALUES -
ANY_DISCRIMINATOR_VALUE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyDiscriminatorValue,AnyDiscriminatorValueAnnotation> ANY_DISCRIMINATOR_VALUE -
ANY_KEY_JAVA_CLASS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJavaClass,AnyKeyJavaClassAnnotation> ANY_KEY_JAVA_CLASS -
ANY_KEY_JAVA_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJavaType,AnyKeyJavaTypeAnnotation> ANY_KEY_JAVA_TYPE -
ANY_KEY_JDBC_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJdbcType,AnyKeyJdbcTypeAnnotation> ANY_KEY_JDBC_TYPE -
ANY_KEY_JDBC_TYPE_CODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyJdbcTypeCode,AnyKeyJdbcTypeCodeAnnotation> ANY_KEY_JDBC_TYPE_CODE -
ANY_KEY_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AnyKeyType,AnyKeTypeAnnotation> ANY_KEY_TYPE -
ARRAY
-
ATTRIBUTE_ACCESSOR
static final SpecializedAnnotationDescriptor<AttributeAccessor,AttributeAccessorAnnotation> ATTRIBUTE_ACCESSOR -
ATTRIBUTE_BINDER_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AttributeBinderType,AttributeBinderTypeAnnotation> ATTRIBUTE_BINDER_TYPE -
BAG
-
BATCH_SIZE
-
CACHE
-
CASCADE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Cascade,CascadeAnnotation> CASCADE -
CHECKS
-
CHECK
-
COLLATE
-
COLLECTION_ID
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionId,CollectionIdAnnotation> COLLECTION_ID -
COLLECTION_ID_JAVA_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJavaType,CollectionIdJavaTypeAnnotation> COLLECTION_ID_JAVA_TYPE -
COLLECTION_ID_JDBC_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJdbcType,CollectionIdJdbcTypeAnnotation> COLLECTION_ID_JDBC_TYPE -
COLLECTION_ID_JDBC_TYPE_CODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdJdbcTypeCode,CollectionIdJdbcTypeCodeAnnotation> COLLECTION_ID_JDBC_TYPE_CODE -
COLLECTION_ID_MUTABILITY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdMutability,CollectionIdMutabilityAnnotation> COLLECTION_ID_MUTABILITY -
COLLECTION_ID_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionIdType,CollectionIdTypeAnnotation> COLLECTION_ID_TYPE -
COLLECTION_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionType,CollectionTypeAnnotation> COLLECTION_TYPE -
COLLECTION_CLASSIFICATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionClassification,CollectionClassificationXmlAnnotation> COLLECTION_CLASSIFICATION -
COLLECTION_TYPE_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionTypeRegistrations,CollectionTypeRegistrationsAnnotation> COLLECTION_TYPE_REGISTRATIONS -
COLLECTION_TYPE_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionTypeRegistration,CollectionTypeRegistrationAnnotation> COLLECTION_TYPE_REGISTRATION -
COLUMN_DEFAULT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnDefault,ColumnDefaultAnnotation> COLUMN_DEFAULT -
COLUMNS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Columns,ColumnsAnnotation> COLUMNS -
COLUMN_TRANSFORMERS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnTransformers,ColumnTransformersAnnotation> COLUMN_TRANSFORMERS -
COLUMN_TRANSFORMER
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnTransformer,ColumnTransformerAnnotation> COLUMN_TRANSFORMER -
COMMENTS
-
COMMENT
-
COMPOSITE_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeType,CompositeTypeAnnotation> COMPOSITE_TYPE -
COMPOSITE_TYPE_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeTypeRegistrations,CompositeTypeRegistrationsAnnotation> COMPOSITE_TYPE_REGISTRATIONS -
COMPOSITE_TYPE_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CompositeTypeRegistration,CompositeTypeRegistrationAnnotation> COMPOSITE_TYPE_REGISTRATION -
CONCRETE_PROXY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConcreteProxy,ConcreteProxyAnnotation> CONCRETE_PROXY -
CONVERTER_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConverterRegistrations,ConverterRegistrationsAnnotation> CONVERTER_REGISTRATIONS -
CONVERTER_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConverterRegistration,ConverterRegistrationAnnotation> CONVERTER_REGISTRATION -
CREATION_TIMESTAMP
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CreationTimestamp,CreationTimestampAnnotation> CREATION_TIMESTAMP -
CURRENT_TIMESTAMP
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CurrentTimestamp,CurrentTimestampAnnotation> CURRENT_TIMESTAMP -
DISCRIMINATOR_FORMULA
static final org.hibernate.models.internal.OrmAnnotationDescriptor<DiscriminatorFormula,DiscriminatorFormulaAnnotation> DISCRIMINATOR_FORMULA -
DISCRIMINATOR_OPTIONS
static final SpecializedAnnotationDescriptor<DiscriminatorOptions,DiscriminatorOptionsAnnotation> DISCRIMINATOR_OPTIONS -
DYNAMIC_INSERT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<DynamicInsert,DynamicInsertAnnotation> DYNAMIC_INSERT -
DYNAMIC_UPDATE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<DynamicUpdate,DynamicUpdateAnnotation> DYNAMIC_UPDATE -
EMBEDDABLE_INSTANTIATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiator,EmbeddableInstantiatorAnnotation> EMBEDDABLE_INSTANTIATOR -
EMBEDDABLE_INSTANTIATOR_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiatorRegistrations,EmbeddableInstantiatorRegistrationsAnnotation> EMBEDDABLE_INSTANTIATOR_REGISTRATIONS -
EMBEDDABLE_INSTANTIATOR_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddableInstantiatorRegistration,EmbeddableInstantiatorRegistrationAnnotation> EMBEDDABLE_INSTANTIATOR_REGISTRATION -
FETCH
-
FETCH_PROFILES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FetchProfiles,FetchProfilesAnnotation> FETCH_PROFILES -
FETCH_PROFILE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FetchProfile,FetchProfileAnnotation> FETCH_PROFILE -
FILTERS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Filters,FiltersAnnotation> FILTERS -
FILTER
-
FILTER_DEFS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterDefs,FilterDefsAnnotation> FILTER_DEFS -
FILTER_DEF
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterDef,FilterDefAnnotation> FILTER_DEF -
FILTER_JOIN_TABLES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterJoinTables,FilterJoinTablesAnnotation> FILTER_JOIN_TABLES -
FILTER_JOIN_TABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FilterJoinTable,FilterJoinTableAnnotation> FILTER_JOIN_TABLE -
FORMULA
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Formula,FormulaAnnotation> FORMULA -
FRACTIONAL_SECONDS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FractionalSeconds,FractionalSecondsAnnotation> FRACTIONAL_SECONDS -
GENERATED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Generated,GeneratedAnnotation> GENERATED -
GENERATED_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<GeneratedColumn,GeneratedColumnAnnotation> GENERATED_COLUMN -
GENERIC_GENERATORS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<GenericGenerators,GenericGeneratorsAnnotation> GENERIC_GENERATORS -
GENERIC_GENERATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<GenericGenerator,GenericGeneratorAnnotation> GENERIC_GENERATOR -
HQL_SELECT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<HQLSelect,HQLSelectAnnotation> HQL_SELECT -
ID_GENERATOR_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<IdGeneratorType,IdGeneratorTypeAnnotation> ID_GENERATOR_TYPE -
IMMUTABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Immutable,ImmutableAnnotation> IMMUTABLE -
IMPORTED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Imported,ImportedAnnotation> IMPORTED -
INSTANTIATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Instantiator,InstantiatorAnnotation> INSTANTIATOR -
JAVA_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaType,JavaTypeAnnotation> JAVA_TYPE -
JAVA_TYPE_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaTypeRegistrations,JavaTypeRegistrationsAnnotation> JAVA_TYPE_REGISTRATIONS -
JAVA_TYPE_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JavaTypeRegistration,JavaTypeRegistrationAnnotation> JAVA_TYPE_REGISTRATION -
JDBC_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcType,JdbcTypeAnnotation> JDBC_TYPE -
JDBC_TYPE_CODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeCode,JdbcTypeCodeAnnotation> JDBC_TYPE_CODE -
JDBC_TYPE_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeRegistrations,JdbcTypeRegistrationsAnnotation> JDBC_TYPE_REGISTRATIONS -
JDBC_TYPE_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JdbcTypeRegistration,JdbcTypeRegistrationAnnotation> JDBC_TYPE_REGISTRATION -
JOIN_COLUMNS_OR_FORMULAS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumnsOrFormulas,JoinColumnsOrFormulasAnnotation> JOIN_COLUMNS_OR_FORMULAS -
JOIN_COLUMN_OR_FORMULA
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumnOrFormula,JoinColumnOrFormulaAnnotation> JOIN_COLUMN_OR_FORMULA -
JOIN_FORMULA
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinFormula,JoinFormulaAnnotation> JOIN_FORMULA -
LAZY_GROUP
static final org.hibernate.models.internal.OrmAnnotationDescriptor<LazyGroup,LazyGroupAnnotation> LAZY_GROUP -
LIST_INDEX_BASE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexBase,ListIndexBaseAnnotation> LIST_INDEX_BASE -
LIST_INDEX_JAVA_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJavaType,ListIndexJavaTypeAnnotation> LIST_INDEX_JAVA_TYPE -
LIST_INDEX_JDBC_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJdbcType,ListIndexJdbcTypeAnnotation> LIST_INDEX_JDBC_TYPE -
LIST_INDEX_JDBC_TYPE_CODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ListIndexJdbcTypeCode,ListIndexJdbcTypeCodeAnnotation> LIST_INDEX_JDBC_TYPE_CODE -
MANY_TO_ANY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ManyToAny,ManyToAnyAnnotation> MANY_TO_ANY -
MAP_KEY_COMPOSITE_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyCompositeType,MapKeyCompositeTypeAnnotation> MAP_KEY_COMPOSITE_TYPE -
MAP_KEY_JAVA_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJavaType,MapKeyJavaTypeAnnotation> MAP_KEY_JAVA_TYPE -
MAP_KEY_JDBC_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJdbcType,MapKeyJdbcTypeAnnotation> MAP_KEY_JDBC_TYPE -
MAP_KEY_JDBC_TYPE_CODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJdbcTypeCode,MapKeyJdbcTypeCodeAnnotation> MAP_KEY_JDBC_TYPE_CODE -
MAP_KEY_MUTABILITY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyMutability,MapKeyMutabilityAnnotation> MAP_KEY_MUTABILITY -
MAP_KEY_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyType,MapKeyTypeAnnotation> MAP_KEY_TYPE -
MUTABILITY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Mutability,MutabilityAnnotation> MUTABILITY -
NAMED_NATIVE_QUERIES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQueries,NamedNativeQueriesAnnotation> NAMED_NATIVE_QUERIES -
NAMED_NATIVE_QUERY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQuery,NamedNativeQueryAnnotation> NAMED_NATIVE_QUERY -
NAMED_QUERIES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQueries,NamedQueriesAnnotation> NAMED_QUERIES -
NAMED_QUERY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQuery,NamedQueryAnnotation> NAMED_QUERY -
NATIONALIZED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Nationalized,NationalizedAnnotation> NATIONALIZED -
NATIVE_GENERATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NativeGenerator,NativeGeneratorAnnotation> NATIVE_GENERATOR -
NATURAL_ID
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NaturalId,NaturalIdAnnotation> NATURAL_ID -
NATURAL_ID_CACHE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NaturalIdCache,NaturalIdCacheAnnotation> NATURAL_ID_CACHE -
NOT_FOUND
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NotFound,NotFoundAnnotation> NOT_FOUND -
ON_DELETE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OnDelete,OnDeleteAnnotation> ON_DELETE -
OPTIMISTIC_LOCK
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OptimisticLock,OptimisticLockAnnotation> OPTIMISTIC_LOCK -
OPTIMISTIC_LOCKING
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OptimisticLocking,OptimisticLockingAnnotation> OPTIMISTIC_LOCKING -
PARAM_DEF
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ParamDef,ParamDefAnnotation> PARAM_DEF -
PARAMETER
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Parameter,ParameterAnnotation> PARAMETER -
PARENT
-
PARTITION_KEY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PartitionKey,PartitionKeyAnnotation> PARTITION_KEY -
PROPERTY_REF
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PropertyRef,PropertyRefAnnotation> PROPERTY_REF -
QUERY_CACHE_LAYOUT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<QueryCacheLayout,QueryCacheLayoutAnnotation> QUERY_CACHE_LAYOUT -
ROW_ID
-
SECONDARY_ROWS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryRows,SecondaryRowsAnnotation> SECONDARY_ROWS -
SECONDARY_ROW
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryRow,SecondaryRowAnnotation> SECONDARY_ROW -
SOFT_DELETE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SoftDelete,SoftDeleteAnnotation> SOFT_DELETE -
SORT_COMPARATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SortComparator,SortComparatorAnnotation> SORT_COMPARATOR -
SORT_NATURAL
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SortNatural,SortNaturalAnnotation> SORT_NATURAL -
SOURCE
-
SQL_DELETES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDeletes,SQLDeletesAnnotation> SQL_DELETES -
SQL_DELETE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDelete,SQLDeleteAnnotation> SQL_DELETE -
SQL_DELETE_ALL
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLDeleteAll,SQLDeleteAllAnnotation> SQL_DELETE_ALL -
SQL_FRAGMENT_ALIAS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SqlFragmentAlias,SqlFragmentAliasAnnotation> SQL_FRAGMENT_ALIAS -
SQL_INSERTS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLInserts,SQLInsertsAnnotation> SQL_INSERTS -
SQL_INSERT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLInsert,SQLInsertAnnotation> SQL_INSERT -
SQL_ORDER
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLOrder,SQLOrderAnnotation> SQL_ORDER -
SQL_RESTRICTION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLRestriction,SQLRestrictionAnnotation> SQL_RESTRICTION -
SQL_SELECT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLSelect,SQLSelectAnnotation> SQL_SELECT -
SQL_JOIN_TABLE_RESTRICTION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLJoinTableRestriction,SQLJoinTableRestrictionAnnotation> SQL_JOIN_TABLE_RESTRICTION -
SQL_UPDATES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLUpdates,SQLUpdatesAnnotation> SQL_UPDATES -
SQL_UPDATE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SQLUpdate,SQLUpdateAnnotation> SQL_UPDATE -
STRUCT
-
SUBSELECT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Subselect,SubselectAnnotation> SUBSELECT -
SYNCHRONIZE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Synchronize,SynchronizeAnnotation> SYNCHRONIZE -
TARGET_LEGACY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Target,TargetLegacyAnnotation> TARGET_LEGACY -
TENANT_ID
-
TIME_ZONE_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TimeZoneColumn,TimeZoneColumnAnnotation> TIME_ZONE_COLUMN -
TIME_ZONE_STORAGE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TimeZoneStorage,TimeZoneStorageAnnotation> TIME_ZONE_STORAGE -
TYPE
-
TYPE_BINDER_TYPE
static final SpecializedAnnotationDescriptor<TypeBinderType,TypeBinderTypeAnnotation> TYPE_BINDER_TYPE -
TYPE_REGISTRATIONS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TypeRegistrations,TypeRegistrationsAnnotation> TYPE_REGISTRATIONS -
TYPE_REGISTRATION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TypeRegistration,TypeRegistrationAnnotation> TYPE_REGISTRATION -
UPDATE_TIMESTAMP
static final org.hibernate.models.internal.OrmAnnotationDescriptor<UpdateTimestamp,UpdateTimestampAnnotation> UPDATE_TIMESTAMP -
UUID_GENERATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<UuidGenerator,UuidGeneratorAnnotation> UUID_GENERATOR -
VALUE_GENERATION_TYPE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ValueGenerationType,ValueGenerationTypeAnnotation> VALUE_GENERATION_TYPE -
VIEW
-
-
Method Details
-
forEachAnnotation
static void forEachAnnotation(Consumer<org.hibernate.models.spi.AnnotationDescriptor<? extends Annotation>> consumer)
-