ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
34

CacheStoreMode.REFRESH

Enum Constant javax.persistence.CacheStoreMode REFRESH Insert/update entity data into cache when read from database and when committed into database. Forces refresh of cache for items read from database. Since: JPA 2.0
34

CacheStoreMode.BYPASS

Enum Constant javax.persistence.CacheStoreMode BYPASS Don't insert into cache. Since: JPA 2.0
34

CacheStoreMode.USE

Enum Constant javax.persistence.CacheStoreMode USE Insert/update entity data into cache when read from database and when committed into database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: JPA 2.0
34

TemporalType.TIME

Enum Constant javax.persistence.TemporalType TIME Map as java.sql.Time Since: JPA 1.0
34

TemporalType.DATE

Enum Constant javax.persistence.TemporalType DATE Map as java.sql.Date Since: JPA 1.0
34

TemporalType.TIMESTAMP

Enum Constant javax.persistence.TemporalType TIMESTAMP Map as java.sql.Timestamp Since: JPA 1.0
3

NullValue.NONE

Enum Constant javax.jdo.annotations.NullValue NONE Since: JDO 2.1
3

SequenceStrategy.NONCONTIGUOUS

Enum Constant javax.jdo.annotations.SequenceStrategy NONCONTIGUOUS Since: JDO 2.1
3

SequenceStrategy.CONTIGUOUS

Enum Constant javax.jdo.annotations.SequenceStrategy CONTIGUOUS Since: JDO 2.1
3

SequenceStrategy.NONTRANSACTIONAL

Enum Constant javax.jdo.annotations.SequenceStrategy NONTRANSACTIONAL 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