Class Summary | |
---|---|
AssociationMapping | Base class for association mappings. |
ChangeTrackingPolicy | Annotations class |
ClassMetadata | A ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations. |
ClassMetadataFactory | The ClassMetadataFactory is used to create ClassMetadata objects that contain all the metadata mapping informations of a class which describes how a class should be mapped to a relational database. |
ClassMetadataInfo | A ClassMetadata instance holds all the object-relational mapping metadata of an entity and it's associations. |
Column | Annotations class |
DiscriminatorColumn | Annotations class |
DiscriminatorMap | Annotations class |
ElementCollection | Annotations class |
Entity | Annotations class |
GeneratedValue | Annotations class |
HasLifecycleCallbacks | Annotations class |
Id | Annotations class |
Index | Annotations class |
InheritanceType | Annotations class |
JoinColumn | Annotations class |
JoinColumns | Annotations class |
JoinTable | Annotations class |
ManyToMany | Annotations class |
ManyToManyMapping | A many-to-many mapping describes the mapping between two collections of entities. |
ManyToOne | Annotations class |
MappedSuperclass | Annotations class |
MappingException | A MappingException indicates that something is wrong with the mapping setup. |
OneToMany | Annotations class |
OneToManyMapping | Represents a one-to-many mapping. |
OneToOne | Annotations class |
OneToOneMapping | A one-to-one mapping describes a uni-directional mapping from one entity to another entity. |
OrderBy | Annotations class |
PostLoad | Annotations class |
PostPersist | Annotations class |
PostRemove | Annotations class |
PostUpdate | Annotations class |
PrePersist | Annotations class |
PreRemove | Annotations class |
PreUpdate | Annotations class |
SequenceGenerator | Annotations class |
Table | Annotations class |
UniqueConstraint | Annotations class |
Version | Annotations class |