Internal Website Search

41-50 of 200 resultsRefresh

evictAll() behavior

().begin(); System.out.println("Cache size after commit= " + pm.getManagedObjects().size()); pm ... before COMMIT/BEGIN= 1 transient transient Cache size after COMMIT/BEGIN= 2630 main--testDbProvisioning Cache size before COMMIT/BEGIN = 280 persistent-new

Selective merge/cascade of detatched entity

> EntityManager em = emf.getEntityManager(); em.getTransaction().begin ... = emf.getEntityManager(); em.getTransaction().begin(); Company company = new Company("new"); em.persist(company); em.getTransaction().commit(); em.getTransaction.begin(); for (Salesman s

Performance in large transactions

= entityManager.getTransaction(); transaction.begin (); // the "problem" Query Entity2 x ... ); EntityTransaction transaction = entityManager.getTransaction(); transaction.begin (); for (i = 0 ... .setFlushMode(FlushModeType.AUTO);   em.getTransaction().begin();   // SLOW   long

javax.persistence.EntityManager

> instance may be used serially to begin and commit multiple transactions.

getTransaction()

. The EntityTransaction instance may be used serially to begin and commit multiple

getObjectId(pc)

of the parameter instance as of the beginning of the transaction.

javax.jdo.spi.StateInterrogation

: a copy of the ObjectId of the parameter instance as of the beginning

javax.jdo.PersistenceManager

of the beginning of the transaction. The value returned by getObjectId will be different

javax.jdo.spi.StateManager

of the beginning of the transaction.

javax.jdo.JDOHelper

> a copy of the ObjectId of the parameter instance as of the beginning