ObjectDB ObjectDB

Internal Website Search

81-90 of 200 resultsRefresh
16

OptimisticLockException

, which is that the optimistic lock exception fails repeatedly once the object is modified from another process. ie: process A modifies the object then process B modifies the object, then any further transactions from ... . do I understand correctly that if object x is modified and persisted by process B, then any attempt
3

where(restriction)

Method javax.persistence.criteria.CriteriaQuery CriteriaQuery<T> where( Expression<Boolean> restriction ) Modify the query to restrict the query result according to the specified boolean expression ... of the corresponding AbstractQuery method. Parameters: restriction - a simple or compound boolean expression Returns: the modified query Since: JPA 2.0
3

where(restrictions)

Method javax.persistence.criteria.CriteriaQuery CriteriaQuery<T> where( Predicate... restrictions ) Modify the query to restrict the query result according to the conjunction of the specified ... type of the corresponding AbstractQuery method. Parameters: restrictions - zero or more restriction predicates Returns: the modified query Since: JPA 2.0
2

groupBy(grouping)

grouping expressions are simply removed. Parameters: grouping - list of zero or more grouping expressions Returns: the modified query Since: JPA 2.0
2

having(restrictions)

more restriction predicates Returns: the modified query Since: JPA 2.0
0

javax.jdo.listener.StoreCallback

to the data store. Data store fields that might have been affected by modified non-persistent fields should be updated in this method. This method is modified by the enhancer so that changes
0

javax.jdo.annotations.PersistenceModifier

: Serializable, Comparable<PersistenceModifier> Enumeration of the persistence-modifier values for a field or property. This corresponds to the "persistence-modifier" attribute of the "field
0

Persistent.persistenceModifier

Annotation Element javax.jdo.annotations.Persistent PersistenceModifier persistenceModifier Modifier for this field. This is normally not specified, and the defaults are used, or the @Transactional ... modifier Default value: javax.jdo.annotations.PersistenceModifier.UNSPECIFIED Since: JDO 2.1
0

javax.jdo.listener.ClearCallback

environment should be cleared. This method is not modified by the enhancer. Since: JDO 2.0
0

getTransactionalObjectId(pc)

instance as modified in this transaction. Since: JDO 2.0 See Also: PersistenceCapable

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