Package org.hibernate.boot.models
Interface JpaAnnotations
public interface JpaAnnotations
Descriptors for JPA annotations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.hibernate.models.internal.OrmAnnotationDescriptor
<Access, org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<AssociationOverride, org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<AssociationOverrides, org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<AttributeOverride, org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<AttributeOverrides, org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Basic, org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Cacheable, org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<CheckConstraint, org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<CollectionTable, org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Column, org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ColumnResult, org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ConstructorResult, org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Convert, org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Converter, org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Converts, org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<DiscriminatorColumn, org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<DiscriminatorValue, org.hibernate.boot.models.annotations.internal.DiscriminatorValueJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ElementCollection, org.hibernate.boot.models.annotations.internal.ElementCollectionJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Embeddable, org.hibernate.boot.models.annotations.internal.EmbeddableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Embedded, org.hibernate.boot.models.annotations.internal.EmbeddedJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<EmbeddedId, org.hibernate.boot.models.annotations.internal.EmbeddedIdJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Entity, org.hibernate.boot.models.annotations.internal.EntityJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<EntityListeners, org.hibernate.boot.models.annotations.internal.EntityListenersJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<EntityResult, org.hibernate.boot.models.annotations.internal.EntityResultJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Enumerated, org.hibernate.boot.models.annotations.internal.EnumeratedJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<EnumeratedValue, org.hibernate.boot.models.annotations.internal.EnumeratedValueJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ExcludeDefaultListeners, org.hibernate.boot.models.annotations.internal.ExcludeDefaultListenersJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ExcludeSuperclassListeners, org.hibernate.boot.models.annotations.internal.ExcludeSuperclassListenersJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<FieldResult, org.hibernate.boot.models.annotations.internal.FieldResultJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ForeignKey, org.hibernate.boot.models.annotations.internal.ForeignKeyJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<GeneratedValue, org.hibernate.boot.models.annotations.internal.GeneratedValueJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Id, org.hibernate.boot.models.annotations.internal.IdJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<IdClass, org.hibernate.boot.models.annotations.internal.IdClassJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Index, org.hibernate.boot.models.annotations.internal.IndexJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Inheritance, org.hibernate.boot.models.annotations.internal.InheritanceJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<JoinColumn, org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<JoinColumns, org.hibernate.boot.models.annotations.internal.JoinColumnsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<JoinTable, org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Lob, org.hibernate.boot.models.annotations.internal.LobJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ManyToMany, org.hibernate.boot.models.annotations.internal.ManyToManyJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<ManyToOne, org.hibernate.boot.models.annotations.internal.ManyToOneJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKey, org.hibernate.boot.models.annotations.internal.MapKeyJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyClass, org.hibernate.boot.models.annotations.internal.MapKeyClassJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyColumn, org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyEnumerated, org.hibernate.boot.models.annotations.internal.MapKeyEnumeratedJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyJoinColumn, org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyJoinColumns, org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapKeyTemporal, org.hibernate.boot.models.annotations.internal.MapKeyTemporalJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MappedSuperclass, org.hibernate.boot.models.annotations.internal.MappedSuperclassJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<MapsId, org.hibernate.boot.models.annotations.internal.MapsIdJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedAttributeNode, org.hibernate.boot.models.annotations.internal.NamedAttributeNodeJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedEntityGraph, org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedEntityGraphs, org.hibernate.boot.models.annotations.internal.NamedEntityGraphsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedNativeQueries, org.hibernate.boot.models.annotations.internal.NamedNativeQueriesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedNativeQuery, org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedQueries, org.hibernate.boot.models.annotations.internal.NamedQueriesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedQuery, org.hibernate.boot.models.annotations.internal.NamedQueryJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedStoredProcedureQueries, org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueriesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedStoredProcedureQuery, org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueryJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<NamedSubgraph, org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<OneToMany, org.hibernate.boot.models.annotations.internal.OneToManyJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<OneToOne, org.hibernate.boot.models.annotations.internal.OneToOneJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<OrderBy, org.hibernate.boot.models.annotations.internal.OrderByJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<OrderColumn, org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PostLoad, org.hibernate.boot.models.annotations.internal.PostLoadJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PostPersist, org.hibernate.boot.models.annotations.internal.PostPersistJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PostRemove, org.hibernate.boot.models.annotations.internal.PostRemoveJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PostUpdate, org.hibernate.boot.models.annotations.internal.PostUpdateJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PrePersist, org.hibernate.boot.models.annotations.internal.PrePersistJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PreRemove, org.hibernate.boot.models.annotations.internal.PreRemoveJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PreUpdate, org.hibernate.boot.models.annotations.internal.PreUpdateJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PrimaryKeyJoinColumn, org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<PrimaryKeyJoinColumns, org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<QueryHint, org.hibernate.boot.models.annotations.internal.QueryHintJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SecondaryTable, org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SecondaryTables, org.hibernate.boot.models.annotations.internal.SecondaryTablesJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SequenceGenerator, org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SequenceGenerators, org.hibernate.boot.models.annotations.internal.SequenceGeneratorsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SqlResultSetMapping, org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<SqlResultSetMappings, org.hibernate.boot.models.annotations.internal.SqlResultSetMappingsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<StoredProcedureParameter, org.hibernate.boot.models.annotations.internal.StoredProcedureParameterJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Table, org.hibernate.boot.models.annotations.internal.TableJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<TableGenerator, org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<TableGenerators, org.hibernate.boot.models.annotations.internal.TableGeneratorsJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Temporal, org.hibernate.boot.models.annotations.internal.TemporalJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Transient, org.hibernate.boot.models.annotations.internal.TransientJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<UniqueConstraint, org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation> static final org.hibernate.models.internal.OrmAnnotationDescriptor
<Version, org.hibernate.boot.models.annotations.internal.VersionJpaAnnotation> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic void
forEachAnnotation
(Consumer<org.hibernate.models.spi.AnnotationDescriptor<? extends Annotation>> consumer)
-
Field Details
-
ACCESS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Access,org.hibernate.boot.models.annotations.internal.AccessJpaAnnotation> ACCESS -
ASSOCIATION_OVERRIDES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AssociationOverrides,org.hibernate.boot.models.annotations.internal.AssociationOverridesJpaAnnotation> ASSOCIATION_OVERRIDES -
ASSOCIATION_OVERRIDE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AssociationOverride,org.hibernate.boot.models.annotations.internal.AssociationOverrideJpaAnnotation> ASSOCIATION_OVERRIDE -
ATTRIBUTE_OVERRIDES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AttributeOverrides,org.hibernate.boot.models.annotations.internal.AttributeOverridesJpaAnnotation> ATTRIBUTE_OVERRIDES -
ATTRIBUTE_OVERRIDE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<AttributeOverride,org.hibernate.boot.models.annotations.internal.AttributeOverrideJpaAnnotation> ATTRIBUTE_OVERRIDE -
BASIC
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Basic,org.hibernate.boot.models.annotations.internal.BasicJpaAnnotation> BASIC -
CACHEABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Cacheable,org.hibernate.boot.models.annotations.internal.CacheableJpaAnnotation> CACHEABLE -
CHECK_CONSTRAINT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CheckConstraint,org.hibernate.boot.models.annotations.internal.CheckConstraintJpaAnnotation> CHECK_CONSTRAINT -
COLLECTION_TABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<CollectionTable,org.hibernate.boot.models.annotations.internal.CollectionTableJpaAnnotation> COLLECTION_TABLE -
COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Column,org.hibernate.boot.models.annotations.internal.ColumnJpaAnnotation> COLUMN -
COLUMN_RESULT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ColumnResult,org.hibernate.boot.models.annotations.internal.ColumnResultJpaAnnotation> COLUMN_RESULT -
CONSTRUCTOR_RESULT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ConstructorResult,org.hibernate.boot.models.annotations.internal.ConstructorResultJpaAnnotation> CONSTRUCTOR_RESULT -
CONVERTS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Converts,org.hibernate.boot.models.annotations.internal.ConvertsJpaAnnotation> CONVERTS -
CONVERT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Convert,org.hibernate.boot.models.annotations.internal.ConvertJpaAnnotation> CONVERT -
CONVERTER
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Converter,org.hibernate.boot.models.annotations.internal.ConverterJpaAnnotation> CONVERTER -
DISCRIMINATOR_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<DiscriminatorColumn,org.hibernate.boot.models.annotations.internal.DiscriminatorColumnJpaAnnotation> DISCRIMINATOR_COLUMN -
DISCRIMINATOR_VALUE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<DiscriminatorValue,org.hibernate.boot.models.annotations.internal.DiscriminatorValueJpaAnnotation> DISCRIMINATOR_VALUE -
ELEMENT_COLLECTION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ElementCollection,org.hibernate.boot.models.annotations.internal.ElementCollectionJpaAnnotation> ELEMENT_COLLECTION -
EMBEDDABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Embeddable,org.hibernate.boot.models.annotations.internal.EmbeddableJpaAnnotation> EMBEDDABLE -
EMBEDDED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Embedded,org.hibernate.boot.models.annotations.internal.EmbeddedJpaAnnotation> EMBEDDED -
EMBEDDED_ID
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EmbeddedId,org.hibernate.boot.models.annotations.internal.EmbeddedIdJpaAnnotation> EMBEDDED_ID -
ENTITY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Entity,org.hibernate.boot.models.annotations.internal.EntityJpaAnnotation> ENTITY -
ENTITY_LISTENERS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EntityListeners,org.hibernate.boot.models.annotations.internal.EntityListenersJpaAnnotation> ENTITY_LISTENERS -
ENTITY_RESULT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EntityResult,org.hibernate.boot.models.annotations.internal.EntityResultJpaAnnotation> ENTITY_RESULT -
ENUMERATED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Enumerated,org.hibernate.boot.models.annotations.internal.EnumeratedJpaAnnotation> ENUMERATED -
ENUMERATED_VALUE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<EnumeratedValue,org.hibernate.boot.models.annotations.internal.EnumeratedValueJpaAnnotation> ENUMERATED_VALUE -
EXCLUDE_DEFAULT_LISTENERS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ExcludeDefaultListeners,org.hibernate.boot.models.annotations.internal.ExcludeDefaultListenersJpaAnnotation> EXCLUDE_DEFAULT_LISTENERS -
EXCLUDE_SUPERCLASS_LISTENERS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ExcludeSuperclassListeners,org.hibernate.boot.models.annotations.internal.ExcludeSuperclassListenersJpaAnnotation> EXCLUDE_SUPERCLASS_LISTENERS -
FIELD_RESULT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<FieldResult,org.hibernate.boot.models.annotations.internal.FieldResultJpaAnnotation> FIELD_RESULT -
FOREIGN_KEY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ForeignKey,org.hibernate.boot.models.annotations.internal.ForeignKeyJpaAnnotation> FOREIGN_KEY -
GENERATED_VALUE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<GeneratedValue,org.hibernate.boot.models.annotations.internal.GeneratedValueJpaAnnotation> GENERATED_VALUE -
ID
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Id,org.hibernate.boot.models.annotations.internal.IdJpaAnnotation> ID -
ID_CLASS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<IdClass,org.hibernate.boot.models.annotations.internal.IdClassJpaAnnotation> ID_CLASS -
INDEX
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Index,org.hibernate.boot.models.annotations.internal.IndexJpaAnnotation> INDEX -
INHERITANCE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Inheritance,org.hibernate.boot.models.annotations.internal.InheritanceJpaAnnotation> INHERITANCE -
JOIN_COLUMNS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumns,org.hibernate.boot.models.annotations.internal.JoinColumnsJpaAnnotation> JOIN_COLUMNS -
JOIN_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinColumn,org.hibernate.boot.models.annotations.internal.JoinColumnJpaAnnotation> JOIN_COLUMN -
JOIN_TABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<JoinTable,org.hibernate.boot.models.annotations.internal.JoinTableJpaAnnotation> JOIN_TABLE -
LOB
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Lob,org.hibernate.boot.models.annotations.internal.LobJpaAnnotation> LOB -
MANY_TO_MANY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ManyToMany,org.hibernate.boot.models.annotations.internal.ManyToManyJpaAnnotation> MANY_TO_MANY -
MANY_TO_ONE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<ManyToOne,org.hibernate.boot.models.annotations.internal.ManyToOneJpaAnnotation> MANY_TO_ONE -
MAP_KEY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKey,org.hibernate.boot.models.annotations.internal.MapKeyJpaAnnotation> MAP_KEY -
MAP_KEY_CLASS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyClass,org.hibernate.boot.models.annotations.internal.MapKeyClassJpaAnnotation> MAP_KEY_CLASS -
MAP_KEY_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyColumn,org.hibernate.boot.models.annotations.internal.MapKeyColumnJpaAnnotation> MAP_KEY_COLUMN -
MAP_KEY_ENUMERATED
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyEnumerated,org.hibernate.boot.models.annotations.internal.MapKeyEnumeratedJpaAnnotation> MAP_KEY_ENUMERATED -
MAP_KEY_JOIN_COLUMNS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJoinColumns,org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnsJpaAnnotation> MAP_KEY_JOIN_COLUMNS -
MAP_KEY_JOIN_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyJoinColumn,org.hibernate.boot.models.annotations.internal.MapKeyJoinColumnJpaAnnotation> MAP_KEY_JOIN_COLUMN -
MAP_KEY_TEMPORAL
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapKeyTemporal,org.hibernate.boot.models.annotations.internal.MapKeyTemporalJpaAnnotation> MAP_KEY_TEMPORAL -
MAPPED_SUPERCLASS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MappedSuperclass,org.hibernate.boot.models.annotations.internal.MappedSuperclassJpaAnnotation> MAPPED_SUPERCLASS -
MAPS_ID
static final org.hibernate.models.internal.OrmAnnotationDescriptor<MapsId,org.hibernate.boot.models.annotations.internal.MapsIdJpaAnnotation> MAPS_ID -
NAMED_ATTRIBUTE_NODE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedAttributeNode,org.hibernate.boot.models.annotations.internal.NamedAttributeNodeJpaAnnotation> NAMED_ATTRIBUTE_NODE -
NAMED_ENTITY_GRAPHS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedEntityGraphs,org.hibernate.boot.models.annotations.internal.NamedEntityGraphsJpaAnnotation> NAMED_ENTITY_GRAPHS -
NAMED_ENTITY_GRAPH
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedEntityGraph,org.hibernate.boot.models.annotations.internal.NamedEntityGraphJpaAnnotation> NAMED_ENTITY_GRAPH -
NAMED_NATIVE_QUERIES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQueries,org.hibernate.boot.models.annotations.internal.NamedNativeQueriesJpaAnnotation> NAMED_NATIVE_QUERIES -
NAMED_NATIVE_QUERY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedNativeQuery,org.hibernate.boot.models.annotations.internal.NamedNativeQueryJpaAnnotation> NAMED_NATIVE_QUERY -
NAMED_QUERIES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQueries,org.hibernate.boot.models.annotations.internal.NamedQueriesJpaAnnotation> NAMED_QUERIES -
NAMED_QUERY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedQuery,org.hibernate.boot.models.annotations.internal.NamedQueryJpaAnnotation> NAMED_QUERY -
NAMED_STORED_PROCEDURE_QUERIES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedStoredProcedureQueries,org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueriesJpaAnnotation> NAMED_STORED_PROCEDURE_QUERIES -
NAMED_STORED_PROCEDURE_QUERY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedStoredProcedureQuery,org.hibernate.boot.models.annotations.internal.NamedStoredProcedureQueryJpaAnnotation> NAMED_STORED_PROCEDURE_QUERY -
NAMED_SUBGRAPH
static final org.hibernate.models.internal.OrmAnnotationDescriptor<NamedSubgraph,org.hibernate.boot.models.annotations.internal.NamedSubgraphJpaAnnotation> NAMED_SUBGRAPH -
ONE_TO_MANY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OneToMany,org.hibernate.boot.models.annotations.internal.OneToManyJpaAnnotation> ONE_TO_MANY -
ONE_TO_ONE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OneToOne,org.hibernate.boot.models.annotations.internal.OneToOneJpaAnnotation> ONE_TO_ONE -
ORDER_BY
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OrderBy,org.hibernate.boot.models.annotations.internal.OrderByJpaAnnotation> ORDER_BY -
ORDER_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<OrderColumn,org.hibernate.boot.models.annotations.internal.OrderColumnJpaAnnotation> ORDER_COLUMN -
POST_LOAD
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PostLoad,org.hibernate.boot.models.annotations.internal.PostLoadJpaAnnotation> POST_LOAD -
POST_PERSIST
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PostPersist,org.hibernate.boot.models.annotations.internal.PostPersistJpaAnnotation> POST_PERSIST -
POST_REMOVE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PostRemove,org.hibernate.boot.models.annotations.internal.PostRemoveJpaAnnotation> POST_REMOVE -
POST_UPDATE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PostUpdate,org.hibernate.boot.models.annotations.internal.PostUpdateJpaAnnotation> POST_UPDATE -
PRE_PERSIST
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PrePersist,org.hibernate.boot.models.annotations.internal.PrePersistJpaAnnotation> PRE_PERSIST -
PRE_REMOVE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PreRemove,org.hibernate.boot.models.annotations.internal.PreRemoveJpaAnnotation> PRE_REMOVE -
PRE_UPDATE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PreUpdate,org.hibernate.boot.models.annotations.internal.PreUpdateJpaAnnotation> PRE_UPDATE -
PRIMARY_KEY_JOIN_COLUMNS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PrimaryKeyJoinColumns,org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnsJpaAnnotation> PRIMARY_KEY_JOIN_COLUMNS -
PRIMARY_KEY_JOIN_COLUMN
static final org.hibernate.models.internal.OrmAnnotationDescriptor<PrimaryKeyJoinColumn,org.hibernate.boot.models.annotations.internal.PrimaryKeyJoinColumnJpaAnnotation> PRIMARY_KEY_JOIN_COLUMN -
QUERY_HINT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<QueryHint,org.hibernate.boot.models.annotations.internal.QueryHintJpaAnnotation> QUERY_HINT -
SECONDARY_TABLES
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryTables,org.hibernate.boot.models.annotations.internal.SecondaryTablesJpaAnnotation> SECONDARY_TABLES -
SECONDARY_TABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SecondaryTable,org.hibernate.boot.models.annotations.internal.SecondaryTableJpaAnnotation> SECONDARY_TABLE -
SEQUENCE_GENERATORS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SequenceGenerators,org.hibernate.boot.models.annotations.internal.SequenceGeneratorsJpaAnnotation> SEQUENCE_GENERATORS -
SEQUENCE_GENERATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SequenceGenerator,org.hibernate.boot.models.annotations.internal.SequenceGeneratorJpaAnnotation> SEQUENCE_GENERATOR -
SQL_RESULT_SET_MAPPINGS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SqlResultSetMappings,org.hibernate.boot.models.annotations.internal.SqlResultSetMappingsJpaAnnotation> SQL_RESULT_SET_MAPPINGS -
SQL_RESULT_SET_MAPPING
static final org.hibernate.models.internal.OrmAnnotationDescriptor<SqlResultSetMapping,org.hibernate.boot.models.annotations.internal.SqlResultSetMappingJpaAnnotation> SQL_RESULT_SET_MAPPING -
STORED_PROCEDURE_PARAMETER
static final org.hibernate.models.internal.OrmAnnotationDescriptor<StoredProcedureParameter,org.hibernate.boot.models.annotations.internal.StoredProcedureParameterJpaAnnotation> STORED_PROCEDURE_PARAMETER -
TABLE
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Table,org.hibernate.boot.models.annotations.internal.TableJpaAnnotation> TABLE -
TABLE_GENERATORS
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TableGenerators,org.hibernate.boot.models.annotations.internal.TableGeneratorsJpaAnnotation> TABLE_GENERATORS -
TABLE_GENERATOR
static final org.hibernate.models.internal.OrmAnnotationDescriptor<TableGenerator,org.hibernate.boot.models.annotations.internal.TableGeneratorJpaAnnotation> TABLE_GENERATOR -
TEMPORAL
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Temporal,org.hibernate.boot.models.annotations.internal.TemporalJpaAnnotation> TEMPORAL -
TRANSIENT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Transient,org.hibernate.boot.models.annotations.internal.TransientJpaAnnotation> TRANSIENT -
UNIQUE_CONSTRAINT
static final org.hibernate.models.internal.OrmAnnotationDescriptor<UniqueConstraint,org.hibernate.boot.models.annotations.internal.UniqueConstraintJpaAnnotation> UNIQUE_CONSTRAINT -
VERSION
static final org.hibernate.models.internal.OrmAnnotationDescriptor<Version,org.hibernate.boot.models.annotations.internal.VersionJpaAnnotation> VERSION
-
-
Method Details
-
forEachAnnotation
static void forEachAnnotation(Consumer<org.hibernate.models.spi.AnnotationDescriptor<? extends Annotation>> consumer)
-