ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
6

javax.persistence.criteria.Subquery

are simply removed. This method only overrides the return type of the corresponding AbstractQuery ... . If no grouping expressions are specified, any previously added grouping expressions are simply removed ... are specified, any previously added grouping expressions are simply removed. This method only overrides
6

javax.persistence.EntityManager

. The EntityManager API is used to create and remove persistent entity instances, to find entities by their primary ... is found to be invalid Since: JPA 2.0 void detach(Object entity) Remove the given entity from the persistence context, causing a managed entity to become detached. Remove the given entity from
5

javax.persistence.OneToMany

: "" Since: JPA 1.0 boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. (Optional) Whether to apply the remove operation to entities that have been removed from the relationship
5

javax.persistence.OneToOne

value: true Since: JPA 1.0 boolean orphanRemoval (Optional) Whether to apply the remove operation to entities that have been removed from the relationship and to cascade the remove operation to those entities. (Optional) Whether to apply the remove operation to entities that have been removed from
4

javax.persistence.Cache

) Remove the data for entities of the specified class (and its subclasses) from the cache. Remove the data ... class Since: JPA 2.0 void evict(Class cls, Object primaryKey) Remove the data for the given entity from the cache. Remove the data for the given entity from the cache. Parameters: cls - entity class
4

javax.persistence.CascadeType

cascade=ALL is equivalent to cascade={PERSIST, MERGE, REMOVE, REFRESH, DETACH}. Since: JPA 1.0 ... Since: JPA 1.0 CascadeType REMOVE Cascade remove operation Cascade remove operation Since: JPA 1.0
4

javax.persistence.criteria.AbstractQuery

added grouping expressions are simply removed. Parameters: grouping - list of zero or more grouping ... are simply removed. Parameters: grouping - zero or more grouping expressions Returns: the modified ... , any previously added restrictions are simply removed. Parameters: restrictions - zero or
4

objectdb-2.6.9_06: Extended Persistence Context fails: 'Attempt to begin a new transaction when a transaction is active'

(all complex sub-elements and wiring removed here) via: project = request.createProject(null ... of an @EJB with extended persistence context Entity Manager calls a @Remove method on the EJB (but not ... to begin a new transaction when a transaction is active */ @Remove public void
0

javax.jdo.spi.JDOImplHelper

Since: JDO 1.0 void removeRegisterClassListener( RegisterClassListener crl) Remove the specified RegisterClassListener from the listener list. Remove the specified RegisterClassListener from the listener list. Parameters: crl - the listener to be removed Since: JDO 1.0 void removeStateInterrogation
0

javax.jdo.FetchPlan

. Parameters: fetchGroupName - Returns: the FetchPlan Since: JDO 2.0 FetchPlan clearGroups() Remove all active groups leaving no active fetch group. Remove all active groups leaving no active fetch ... FetchPlan removeGroup(String fetchGroupName) Remove the fetch group from the set active fetch

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