ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
23

Index Definition

which fields to define with indexes should be done carefully. Single Field Index JPA does not define ... ; // unique } @Unique represents a unique index that prevents duplicate values in the indexed field ... a unique field (similar to how primary keys behave). @Index represents either an ordinary index
22

Retrieving JPA Entity Objects

key but all its other persistent fields are uninitialized. The object content is retrieved from the database and the persistent fields are initialized, lazily, when the entity object is first accessed ... through all the non collection and map persistent fields (i.e. through one-to-one and many-to-one relationships
22

Database Explorer

the database and their persistent fields and indexes. The [Query] window enables running JPQL ... , every column represents a persistent field, and the content of a cell is the value of a single field in ... and the values of its persistent fields are represented as child nodes. Tree windows provide easier
2

Constants.PMF_ATTRIBUTE_OPTIMISTIC

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_OPTIMISTIC The name of the persistence manager factory element's "optimistic" attribute. Since: JDO 2.1
2

Constants.PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE

Static Field javax.jdo.Constants String PMF_ATTRIBUTE_NONTRANSACTIONAL_WRITE The name of the persistence manager factory element's "nontransactional-write" attribute. Since: JDO 2.1
2

InstanceLifecycleEvent.STORE

Static Field javax.jdo.listener.InstanceLifecycleEvent int STORE Since: JDO 2.0
2

InstanceLifecycleEvent.LOAD

Static Field javax.jdo.listener.InstanceLifecycleEvent int LOAD Since: JDO 2.0
2

InstanceLifecycleEvent.DIRTY

Static Field javax.jdo.listener.InstanceLifecycleEvent int DIRTY Since: JDO 2.0
2

InstanceLifecycleEvent.DETACH

Static Field javax.jdo.listener.InstanceLifecycleEvent int DETACH Since: JDO 2.0
2

[ODB1] Chapter 9 - ObjectDB Explorer

the list of classes at the top of this window and see all its persistent fields ... a persistent field, and the content of a cell is the value of a single field in a single database object ... , and the values of its persistent fields are represents by child nodes. The main advantage of using

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