ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
1

javax.persistence.Transient

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

javax.persistence.SecondaryTable

. (Optional) The schema of the table. Defaults to the default schema for user. Default value: "" Since: JPA
1

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
1

javax.persistence.Table

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

javax.persistence.CollectionTable

, the default schema for the user is used. Default value: "" Since: JPA 2.0 UniqueConstraint
1

multiselect(selectionList)

is CriteriaQuery for some user-defined class X (i.e., a criteria query object created by passing
0

setCharField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setCharField( PersistenceCapable pc, int field, char currentValue, char 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

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

setBooleanField(pc, field, currentValue, newValue)

Method javax.jdo.spi.StateManager void setBooleanField( PersistenceCapable pc, int field, boolean currentValue, boolean 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.spi.JDOImplHelper

javax.jdo.spi Class JDOImplHelper java.lang.Object javax.jdo.spi.JDOImplHelper This class is a helper class for JDO implementations. It contains methods to register metadata for persistence-capable classes and to perform common operations needed by implementations, not by end users

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