ObjectDB ObjectDB

Internal Website Search

1-10 of 200 resultsRefresh
221

Database Schema Evolution

Modifications to entity classes that do not change their persistent field definitions (their schema ... schema, and old entity objects, which were stored previously in the old class schema, have to be converted to the new schema. Note: In client-server mode the ObjectDB server must be restarted
211

Schema Update

The <schema> configuration element supports renaming packages, classes and fields in ObjectDB ... refactoring. Only these schema changes are specified in the configuration file. As explained in chapter 2, other schema changes are handled by ObjectDB automatically. Note: Extreme caution
57

JoinTable.schema

Annotation Element javax.persistence.JoinTable String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0
57

Table.schema

Annotation Element javax.persistence.Table String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0
57

CollectionTable.schema

Annotation Element javax.persistence.CollectionTable String schema (Optional) The schema of the table. If not specified, the default schema for the user is used. Default value: "" Since: JPA 2.0
57

TableGenerator.schema

Annotation Element javax.persistence.TableGenerator String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0
57

SecondaryTable.schema

Annotation Element javax.persistence.SecondaryTable String schema (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA 1.0
56

SequenceGenerator.schema

Annotation Element javax.persistence.SequenceGenerator String schema (Optional) The schema of the sequence generator. Default value: "" Since: JPA 2.0
5

Constants.PROPERTY_MAPPING_SCHEMA

Static Field javax.jdo.Constants String PROPERTY_MAPPING_SCHEMA Mapping "javax.jdo.mapping.Schema" Since: JDO 2.1
5

PersistenceCapable.schema

Annotation Element javax.jdo.annotations.PersistenceCapable String schema Schema to use for persisting this class or interface. 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