 311 | 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 |
 230 | 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 |
 67 | Explains how to define and use JPA entity classes and other JPA persistable types. |
 61 | 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 |
 61 | 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 |
 61 | 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 |
 61 | 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 |
 61 | 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 |
 60 | Static Field javax.jdo.Constants String PROPERTY_MAPPING_SCHEMA Mapping "javax.jdo.mapping.Schema" Since: JDO 2.1 |
 60 | Annotation Element javax.jdo.annotations.PersistenceCapable String schema Schema to use for persisting this class or interface. Default value: "" Since: JDO 2.1 |