ObjectDB ObjectDB

Internal Website Search

111-120 of 200 resultsRefresh
2

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
2

javax.persistence.Transient

{ @Id int id; @Transient User currentUser; ... } Since: JPA 1.0 This annotation is a marker annotation (with no elements).
2

javax.persistence.TableGenerator

. Defaults to the default schema for user. Default value: "" Since: JPA 1.0 String table (Optional) Name
2

javax.persistence.Table

schema for user. Default value: "" Since: JPA 1.0 UniqueConstraint[] uniqueConstraints (Optional) Unique
2

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
0

setByteField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setByteField( PersistenceCapable pc, int field, byte currentValue, byte newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field newValue - the proposed new value of the field Since: JDO 1.0
0

setFloatField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setFloatField( PersistenceCapable pc, int field, float currentValue, float newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

setDoubleField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setDoubleField( PersistenceCapable pc, int field, double currentValue, double newValue ) Mark the field as modified by the user. Parameters: pc - the calling PersistenceCapable instance field - the field number currentValue - the current value of the field
0

javax.jdo.JDOObjectNotFoundException

: Serializable This class represents exceptions caused by the user accessing an object that does not exist in
0

javax.jdo.spi.PersistenceCapable

the scope of user-defined classes. All of its declared method names are prefixed with 'jdo

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