Internal Website Search

71-80 of 200 resultsRefresh

javax.persistence.TableGenerator

Annotation TableGenerator Annotation in javax.persistence">GeneratedValue annotation. A table generator may be specified on the entity class or on the primary key

javax.persistence.Column

Annotation Column Column annotation is specified ... > Since: JPA 1.0 annotation-element-group

javax.persistence.Table

Annotation Table Specifies the primary table for the annotated entity. Additional tables may be specified using Annotation in javax

javax.persistence.MapKeyColumn

Annotation MapKeyColumn annotation-element-group-header" class="group-header"> Annotation Element of javax.persistence.MapKeyColumn

javax.persistence.OrderColumn

Annotation OrderColumn The OrderColumn annotation is specified on a OneToMany or ManyToMany relationship or on an element collection. The OrderColumn annotation is specified

javax.persistence.Lob

Annotation Lob Lob annotation when mapping to a database Lob type. The Lob annotation may be used in conjunction with the

javax.persistence.MapKeyJoinColumn

Annotation MapKeyJoinColumn annotation is specified, a single join column is assumed and the default values apply. Example 1 ... ="since"> Since: JPA 2.0 annotation

javax.persistence.PrimaryKeyJoinColumn

Annotation PrimaryKeyJoinColumn Annotation in javax.persistence">SecondaryTable annotation to join a secondary table to a primary table; and it may be used in a Annotation in

javax.persistence.SecondaryTable

Annotation SecondaryTable Specifies a secondary table for the annotated entity class ... across multiple tables. If no SecondaryTable annotation is specified, it is assumed

javax.persistence.OneToOne

Annotation OneToOne When using ObjectDB - this annotation ... > element of the OneToOne annotation to specify the relationship field or