ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
9

javax.persistence.PreRemove

javax.persistence Annotation PreRemove Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
9

javax.persistence.criteria.CriteriaBuilder.SimpleCase

javax.persistence.criteria Interface CriteriaBuilder.SimpleCase<C,R> Superinterfaces: Expression<R>, Selection<R>, TupleElement<R> Interface used to build simple case expressions. Case conditions are evaluated in the order in which they are specified. Since: JPA 2.0 Selection<X> alias(String name
9

javax.persistence.criteria.CriteriaBuilder.In

javax.persistence.criteria Interface CriteriaBuilder.In<T> Superinterfaces: Expression<Boolean>, Predicate, Selection<Boolean>, TupleElement<Boolean> Interface used to build in predicates. Since: JPA 2.0 Selection<X> alias(String name) Assigns an alias to the selection item. Assigns an alias
0

ObjectState.PERSISTENT_NONTRANSACTIONAL_DIRTY

Enum Constant javax.jdo.ObjectState PERSISTENT_NONTRANSACTIONAL_DIRTY Since: JDO 1.0
0

ObjectState.PERSISTENT_DIRTY

Enum Constant javax.jdo.ObjectState PERSISTENT_DIRTY Since: JDO 1.0
0

ObjectState.PERSISTENT_DELETED

Enum Constant javax.jdo.ObjectState PERSISTENT_DELETED Since: JDO 1.0
0

ObjectState.PERSISTENT_NEW_DELETED

Enum Constant javax.jdo.ObjectState PERSISTENT_NEW_DELETED Since: JDO 1.0
0

ObjectState.PERSISTENT_NEW

Enum Constant javax.jdo.ObjectState PERSISTENT_NEW Since: JDO 1.0
0

ObjectState.PERSISTENT_CLEAN

Enum Constant javax.jdo.ObjectState PERSISTENT_CLEAN Since: JDO 1.0
0

ObjectState.HOLLOW_PERSISTENT_NONTRANSACTIONAL

Enum Constant javax.jdo.ObjectState HOLLOW_PERSISTENT_NONTRANSACTIONAL Since: JDO 1.0

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