ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
61

javax.persistence.Table

javax.persistence Annotation Table Target: Classes Specifies the primary table for the annotated entity. Additional tables may be specified using SecondaryTable or SecondaryTables annotation. If no Table annotation is specified for an entity class, the default values apply. Example: @Entity
59

MapKeyJoinColumn.table

Annotation Element javax.persistence.MapKeyJoinColumn String table (Optional) The name of the table ... , the foreign key column is in the collection table for the map value. If the join is for a map key for a ManyToMany entity relationship or for a OneToMany entity relationship using a join table, the foreign
59

JoinColumn.table

Annotation Element javax.persistence.JoinColumn String 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 ... key mapping strategy, the name of the table of the source entity or embeddable. If the join
57

MapKeyColumn.table

Annotation Element javax.persistence.MapKeyColumn String table (Optional) The name of the table ... of the collection table for the map value. If the map key is for a OneToMany or ManyToMany entity relationship using a join table, the name of the join table for the map. If the map key is for a OneToMany entity
55

Column.table

Annotation Element javax.persistence.Column String table (Optional) The name of the table that contains the column. If absent the column is assumed to be in the primary table. Default value: "" Since: JPA 1.0
39

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 it on the report design (.rptdesign) layout ... the third field and click OK. Fill the table with data by dragging the x and y columns from the data set
5

Join.table

Annotation Element javax.jdo.annotations.Join String table Table to join to (used when joining to secondary tables). Returns: the table Default value: "" Since: JDO 2.1
5

ForeignKey.table

Annotation Element javax.jdo.annotations.ForeignKey String 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. Returns: the table on which the foreign key is defined Default value: "" Since: JDO 2.1
5

Index.table

Annotation Element javax.jdo.annotations.Index String 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. Returns: the table on which the index is defined Default value: "" Since: JDO 2.1
5

Unique.table

Annotation Element javax.jdo.annotations.Unique String 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. Returns: the table on which the unique constraint is defined Default value: "" Since: JDO 2.1

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support