JPA Annotations
From Skyway Wiki
The following are the JPA Annotations generated by convention through the creation of the Spring DAO and Domain DSL models in the Skyway UI editors.
JSR-220 (JPA)
@Basic
@Column
@Entity
@Id
@IdClass
@JoinColumn
@JoinColumns
@JoinTable
@Lob
@ManyToMany
@ManyToOne
@OneToMany
@OneToOne
@PersistenceContext
@Table
@Temporal

