See: Description

| Interface | Description |
|---|---|
| AssociationOverride<T> |
This interface defines the contract for the
association-override xsd type |
| AttributeOverride<T> |
This interface defines the contract for the
attribute-override xsd type |
| Attributes<T> |
This interface defines the contract for the
attributes xsd type |
| Basic<T> |
This interface defines the contract for the
basic xsd type |
| CascadeType<T> |
This interface defines the contract for the
cascade-type xsd type |
| CollectionTable<T> |
This interface defines the contract for the
collection-table xsd type |
| Column<T> |
This interface defines the contract for the
column xsd type |
| ColumnResult<T> |
This interface defines the contract for the
column-result xsd type |
| DiscriminatorColumn<T> |
This interface defines the contract for the
discriminator-column xsd type |
| ElementCollection<T> |
This interface defines the contract for the
element-collection xsd type |
| Embeddable<T> |
This interface defines the contract for the
embeddable xsd type |
| EmbeddableAttributes<T> |
This interface defines the contract for the
embeddable-attributes xsd type |
| Embedded<T> |
This interface defines the contract for the
embedded xsd type |
| EmbeddedId<T> |
This interface defines the contract for the
embedded-id xsd type |
| Entity<T> |
This interface defines the contract for the
entity xsd type |
| EntityListener<T> |
This interface defines the contract for the
entity-listener xsd type |
| EntityListeners<T> |
This interface defines the contract for the
entity-listeners xsd type |
| EntityResult<T> |
This interface defines the contract for the
entity-result xsd type |
| FieldResult<T> |
This interface defines the contract for the
field-result xsd type |
| GeneratedValue<T> |
This interface defines the contract for the
generated-value xsd type |
| Id<T> |
This interface defines the contract for the
id xsd type |
| IdClass<T> |
This interface defines the contract for the
id-class xsd type |
| Inheritance<T> |
This interface defines the contract for the
inheritance xsd type |
| JoinColumn<T> |
This interface defines the contract for the
join-column xsd type |
| JoinTable<T> |
This interface defines the contract for the
join-table xsd type |
| ManyToMany<T> |
This interface defines the contract for the
many-to-many xsd type |
| ManyToOne<T> |
This interface defines the contract for the
many-to-one xsd type |
| MapKey<T> |
This interface defines the contract for the
map-key xsd type |
| MapKeyClass<T> |
This interface defines the contract for the
map-key-class xsd type |
| MapKeyColumn<T> |
This interface defines the contract for the
map-key-column xsd type |
| MapKeyJoinColumn<T> |
This interface defines the contract for the
map-key-join-column xsd type |
| MappedSuperclass<T> |
This interface defines the contract for the
mapped-superclass xsd type |
| NamedNativeQuery<T> |
This interface defines the contract for the
named-native-query xsd type |
| NamedQuery<T> |
This interface defines the contract for the
named-query xsd type |
| OneToMany<T> |
This interface defines the contract for the
one-to-many xsd type |
| OneToOne<T> |
This interface defines the contract for the
one-to-one xsd type |
| OrderColumn<T> |
This interface defines the contract for the
order-column xsd type |
| OrmDescriptor |
This deployment descriptor provides the functionalities as described in the specification
Example:
OrmDescriptor descriptor = Descriptors.create(OrmDescriptor.class);
|
| PersistenceUnitDefaults<T> |
This interface defines the contract for the
persistence-unit-defaults xsd type |
| PersistenceUnitMetadata<T> |
This interface defines the contract for the
persistence-unit-metadata xsd type |
| PostLoad<T> |
This interface defines the contract for the
post-load xsd type |
| PostPersist<T> |
This interface defines the contract for the
post-persist xsd type |
| PostRemove<T> |
This interface defines the contract for the
post-remove xsd type |
| PostUpdate<T> |
This interface defines the contract for the
post-update xsd type |
| PrePersist<T> |
This interface defines the contract for the
pre-persist xsd type |
| PreRemove<T> |
This interface defines the contract for the
pre-remove xsd type |
| PreUpdate<T> |
This interface defines the contract for the
pre-update xsd type |
| PrimaryKeyJoinColumn<T> |
This interface defines the contract for the
primary-key-join-column xsd type |
| QueryHint<T> |
This interface defines the contract for the
query-hint xsd type |
| SecondaryTable<T> |
This interface defines the contract for the
secondary-table xsd type |
| SequenceGenerator<T> |
This interface defines the contract for the
sequence-generator xsd type |
| SqlResultSetMapping<T> |
This interface defines the contract for the
sql-result-set-mapping xsd type |
| Table<T> |
This interface defines the contract for the
table xsd type |
| TableGenerator<T> |
This interface defines the contract for the
table-generator xsd type |
| Transient<T> |
This interface defines the contract for the
transient xsd type |
| UniqueConstraint<T> |
This interface defines the contract for the
unique-constraint xsd type |
| Version<T> |
This interface defines the contract for the
version xsd type |
| Enum | Description |
|---|---|
| AccessType |
This class implements the
access-type xsd type |
| DiscriminatorType |
This class implements the
discriminator-type xsd type |
| EnumType |
This class implements the
enum-type xsd type |
| FetchType |
This class implements the
fetch-type xsd type |
| GenerationType |
This class implements the
generation-type xsd type |
| InheritanceType |
This class implements the
inheritance-type xsd type |
| LockModeType |
This class implements the
lock-mode-type xsd type |
| TemporalType |
This class implements the
temporal-type xsd type |
Copyright © 2025 JBoss by Red Hat. All rights reserved.