Internal Website Search

1-10 of 200 resultsRefresh

javax.persistence.Table

Annotation Table Specifies the primary table for the annotated entity. Additional tables ... >Table annotation is specified for an entity class, the default values apply.

MapKeyJoinColumn.table

javax.persistence">javax.persistence.MapKeyJoinColumnString table (Optional) The name of the table that contains the foreign key column ... column is in the collection table for the map value. If the join is for a map key

JoinColumn.table

.persistence">javax.persistence.JoinColumnString table (Optional) The name of the table that contains the column. If a table is not specified, the column is assumed to be in the primary table of the applicable entity. Default

MapKeyColumn.table

javax.persistence">javax.persistence.MapKeyColumnString table (Optional) The name of the table that contains the column. Defaults: If the map key is for an element collection, the name of the collection table for the map value

Table.uniqueConstraints

Element Table" title="Annotation in javax.persistence">javax.persistence.Table (Optional) Unique constraints that are to be placed on the table

Step 6: Design a BIRT Report Table

In this final step we will add a simple table to the report: Open the [Insert Table] dialog box by dragging a Table from the [Palette] window and dropping ... > Fill the table with data by dragging the x and y

Join.table

javax.jdo.annotations">javax.jdo.annotations.JoinString table Table to join to (used when joining to secondary tables). Returns: the table

ForeignKey.table

="Annotation in javax.jdo.annotations">javax.jdo.annotations.ForeignKeyString table Table for the foreign key. This is needed iff annotating a type where the foreign key is not defined on the primary table for the type.

Index.table

in javax.jdo.annotations">javax.jdo.annotations.IndexString table Table for the index. This is needed iff annotating a type where the index is not defined on the primary table for the type.

Unique.table

in javax.jdo.annotations">javax.jdo.annotations.UniqueString table Table for the unique constraint. This is needed iff annotating a type where this unique constraint is not for the primary table for the persistent class or interface