| AssociationAttribute |
JAXB binding interface for association attributes (to-one and plural mappings)
|
| AttributesContainer |
JAXB binding interface for commonality between things which contain attributes.
|
| CollectionAttribute |
JAXB binding interface for plural attributes
|
| DiscriminatedAssociation |
JAXB binding interface for discriminated association based attributes (any and many-to-any)
|
| DiscriminatedAssociation.Discriminator |
JAXB binding interface for describing the discriminator of a discriminated association
|
| DiscriminatedAssociation.Key |
|
| DiscriminatorMapping |
Mapping of a discriminator value to the corresponding entity-name
|
| EntityOrMappedSuperclass |
JAXB binding interface for commonality between entity and mapped-superclass mappings
|
| FetchableAttribute |
JAXB binding interface for EAGER/LAZY
|
| JaxbAssociationOverride |
|
| JaxbAttributeOverride |
|
| JaxbAttributes |
Entity-defined attributes
This element contains the entity field or property mappings.
|
| JaxbBasic |
See `@jakarta.persistence.Basic`
See `@jakarta.persistence.Lob`
See `@jakarta.persistence.Temporal`
See `@jakarta.persistence.Enumerated`
See `@jakarta.persistence.Convert`
See `@org.hibernate.annotations.Nationalized`
See `@org.hibernate.annotations.OptimisticLock`
See `@org.hibernate.annotations.AttributeAccessor`
See `@org.hibernate.annotations.Type`
See `@org.hibernate.annotations.JdbcTypeCode`
|
| JaxbCacheInclusionType |
Java class for cache-inclusion-type.
|
| JaxbCaching |
Corresponds to the org.hibernate.annotations.Cache annotation.
|
| JaxbCascadeType |
See `@jakarta.persistence.CascadeType`
See `@org.hibernate.annotations.Cascade`
|
| JaxbCollectionTable |
See `@jakarta.persistence.CollectionTable`
|
| JaxbCollectionUserTypeRegistration |
See @CollectionTypeRegistration
|
| JaxbColumn |
See `@jakarta.persistence.Column`
See `@org.hibernate.annotations.Comment`
See `@org.hibernate.annotations.Check`
See `@org.hibernate.annotations.ColumnDefault`
See `@org.hibernate.annotations.ColumnTransformer`
|
| JaxbColumnResult |
See `@jakarta.persistence.ColumnResult`
|
| JaxbColumnType |
See `@org.hibernate.annotations.Type`
|
| JaxbCompositeUserTypeRegistration |
See @CompositeTypeRegistration
|
| JaxbConfigurationParameter |
Configuration parameter user-types
|
| JaxbConstructorResult |
See `@jakarta.persistence.ConstructorResult`
|
| JaxbConvert |
See `@jakarta.persistence.Convert`
|
| JaxbConverter |
See `@jakarta.persistence.Converter`
See `@jakarta.persistence.AttributeConverter
|
| JaxbConverterRegistration |
See @ConverterRegistration
|
| JaxbCustomLoader |
The loader element allows specification of a named query to be used for fetching
an entity or collection
|
| JaxbCustomSql |
Java class for custom-sql complex type.
|
| JaxbDatabaseObject |
Java class for database-object complex type.
|
| JaxbDatabaseObject.JaxbDefinition |
Java class for anonymous complex type.
|
| JaxbDatabaseObjectScope |
Java class for database-object-scope complex type.
|
| JaxbDiscriminatorColumn |
See `@jakarta.persistence.DiscriminatorColumn`
See `@org.hibernate.annotations.DiscriminatorOptions`
|
| JaxbElementCollection |
See `jakarta.persistence.ElementCollection`
See `jakarta.persistence.OrderBy`
See `jakarta.persistence.OrderColumn`
See `@org.hibernate.annotations.AttributeAccessor`
See `@org.hibernate.annotations.OptimisticLock`
See `@org.hibernate.annotations.SortComparator`
See `@org.hibernate.annotations.SortNatural`
See `@jakarta.persistence.Lob`
See `@jakarta.persistence.Temporal`
See `@jakarta.persistence.Enumerated`
See `@jakarta.persistence.Convert`
See `@org.hibernate.annotations.Nationalized`
|
| JaxbEmbeddable |
See `@jakarta.persistence.Embeddable`
|
| JaxbEmbeddableAttributes |
Describes the features available for mapping attributes of embeddables
|
| JaxbEmbeddableInstantiatorRegistration |
See @EmbeddableInstantiatorRegistration
|
| JaxbEmbedded |
See `@jakarta.persistence.Embedded`
See `@org.hibernate.annotations.AttributeAccessor`
See `@org.hibernate.annotations.OptimisticLock`
|
| JaxbEmbeddedId |
See `@jakarta.persistence.EmbeddedId`
See `@org.hibernate.annotations.AttributeAccessor`
|
| JaxbEmptyType |
Java class for emptyType complex type.
|
| JaxbEntity |
See jakarta.persistence.Entity
Defines the settings and mappings for an entity.
|
| JaxbEntityListener |
See `@jakarta.persistence.PrePersist`
See `@jakarta.persistence.PreRemove`
See `@jakarta.persistence.PreUpdate`
See `@jakarta.persistence.PostPersist`
See `@jakarta.persistence.PostRemove`
See `@jakarta.persistence.PostUpdate`
See `@jakarta.persistence.PostLoad`
|
| JaxbEntityListeners |
See `@jakarta.persistence.EntityListeners`
|
| JaxbEntityMappings |
The entity-mappings element is the root element of a mapping
file.
|
| JaxbEntityResult |
See `@jakarta.persistence.EntityResult`
|
| JaxbFetchProfile |
Java class for fetch-profile complex type.
|
| JaxbFetchProfile.JaxbFetch |
Java class for anonymous complex type.
|
| JaxbFieldResult |
See `@jakarta.persistence.FieldResult`
|
| JaxbFilterDef |
Specifies a filter definition.
|
| JaxbFilterDef.JaxbFilterParam |
Used to identify all bind parameters in the condition elemement
|
| JaxbForeignKey |
See `@jakarta.persistence.ForeignKey`
|
| JaxbGeneratedValue |
See `@jakarta.persistence.GeneratedValue`
|
| JaxbGenericIdGenerator |
Names a org.hibernate.id.IdentifierGenerator implementation (class attribute)
as well as any configuration information need by the implementation (Hibernate
will pass it the parameters after instantiation).
|
| JaxbHbmAnyDiscriminator |
Describes the discriminator of a discriminated association (any, many-to-any),
including the mapping of discriminator values to matching entity name
|
| JaxbHbmAnyDiscriminatorValueMapping |
Maps a discriminator value to its corresponding entity name.
|
| JaxbHbmAnyKey |
Describes the "foreign key" of a discriminated association (any, many-to-any).
|
| JaxbHbmAnyMapping |
See `@org.hibernate.annotations.Any`
|
| JaxbHbmFilter |
Applies a filter defined by hbm-filter-def usage
|
| JaxbHbmFilter.JaxbAliases |
Java class for anonymous complex type.
|
| JaxbHbmManyToAny |
See `@org.hibernate.annotations.ManyToAny`
|
| JaxbHqlImport |
Java class for hql-import complex type.
|
| JaxbId |
See `@jakarta.persistence.Id`
See `@org.hibernate.annotations.AttributeAccessor`
See `@org.hibernate.annotations.Type`
See `@org.hibernate.annotations.JdbcTypeCode`
See `@org.hibernate.annotations.UuidGenerator`
|
| JaxbIdClass |
See `@jakarta.persistence.IdClass`
|
| JaxbIndex |
See `jakarta.persistence.Index`
|
| JaxbInheritance |
See `@jakarta.persistence.Inheritance`
|
| JaxbJavaTypeRegistration |
See @JavaTypeRegistration
|
| JaxbJdbcTypeRegistration |
See @JdbcTypeRegistration
|
| JaxbJoinColumn |
See `@jakarta.persistence.JoinColumn`
|
| JaxbJoinTable |
See `@jakarta.persistence.JoinTable`
|
| JaxbLob |
See `jakarta.persistence.Lob`
|
| JaxbManyToMany |
See `@jakarta.persistence.ManyToMany`
See `@org.hibernate.annotations.SortComparator`
See `@org.hibernate.annotations.SortNatural`
See `@org.hibernate.annotations.AttributeAccessor`
|
| JaxbManyToOne |
See `@jakarta.persistence.ManyToOne`
See `@org.hibernate.annotations.AttributeAccessor`
See `@org.hibernate.annotations.OnDelete
|
| JaxbMapKey |
See `@jakarta.persistence.MapKey`
|
| JaxbMapKeyClass |
See `@jakarta.persistence.MapKeyClass`
|
| JaxbMapKeyColumn |
See `@jakarta.persistence.MapKeyColumn`
|
| JaxbMapKeyJoinColumn |
See `@jakarta.persistence.MapKeyJoinColumn`
|
| JaxbMappedSuperclass |
See `@jakarta.persistence.MappedSuperclass`
|
| JaxbMultiTenancy |
See `@org.hibernate.annotations.TenantId`
|
| JaxbNamedAttributeNode |
|
| JaxbNamedEntityGraph |
|
| JaxbNamedNativeQuery |
|
| JaxbNamedQuery |
|
| JaxbNamedStoredProcedureQuery |
|
| JaxbNamedSubgraph |
|
| JaxbNationalized |
See `@org.hibernate.annotations.Nationalized`
|
| JaxbNaturalId |
See `@org.hibernate.annotations.NaturalId`
|
| JaxbOneToMany |
|
| JaxbOneToOne |
|
| JaxbOrderColumn |
|
| JaxbPersistenceUnitDefaults |
These defaults are applied to the persistence unit as a whole
unless they are overridden by local annotation or XML
element settings.
|
| JaxbPersistenceUnitMetadata |
Metadata that applies to the persistence unit and not just to
the mapping file in which it is contained.
|
| JaxbPluralFetchMode |
Java class for plural-fetch-mode.
|
| JaxbPostLoad |
|
| JaxbPostPersist |
|
| JaxbPostRemove |
|
| JaxbPostUpdate |
|
| JaxbPrePersist |
|
| JaxbPreRemove |
|
| JaxbPreUpdate |
|
| JaxbPrimaryKeyJoinColumn |
|
| JaxbQueryHint |
|
| JaxbQueryParamType |
Used only by tools to generate finder methods for named queries
|
| JaxbSecondaryTable |
|
| JaxbSequenceGenerator |
|
| JaxbSingularFetchMode |
Java class for singular-fetch-mode.
|
| JaxbSqlResultSetMapping |
|
| JaxbStoredProcedureParameter |
|
| JaxbSynchronizedTable |
Java class for synchronized-table complex type.
|
| JaxbTable |
|
| JaxbTableGenerator |
|
| JaxbTenantId |
See `@org.hibernate.annotations.TenantId`
|
| JaxbTransient |
|
| JaxbUniqueConstraint |
|
| JaxbUserTypeRegistration |
See @TypeRegistration
|
| JaxbUuidGenerator |
See `@org.hibernate.annotations.UuidGenerator`
|
| JaxbVersion |
|
| LifecycleCallback |
JAXB binding interface for lifecycle callbacks.
|
| LifecycleCallbackContainer |
JAXB binding interface for commonality between things which
allow callback declarations.
|
| ManagedType |
Common interface for JAXB bindings representing entities, mapped-superclasses and embeddables (JPA collective
calls these "managed types" in terms of its Metamodel api).
|
| PersistentAttribute |
Common interface for JAXB bindings that represent persistent attributes.
|
| SchemaAware |
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
|
| ToOneAttribute |
|