Attribute
Table of Contents
Classes
- Column
- Attribute for mapping a property in an entity to a database column.
- Entity
- Attribute for marking a class as an entity mapped to some database table.
- Id
- Attribute for marking a column as (part of) the primary key.
- JoinColumn
- Attribute for mapping a property in an entity to a database column.
- ManyToOne
- Attribute for mapping the owning side of a many-to-one relation: several rows of this
entity can point at the same row of the target entity.
- OneToOne
- Attribute for mapping two properties together in a one-to-one relation.