Internal Website Search

131-140 of 200 resultsRefresh

Cannot catch a PersistenceException and continue the transaction

can overcome it in several ways but those don't work for me. Begin a new (nested ... a message that it couldn't begin a new transaction when another is active. Searching

JOD problems regarding detachCopy()

(); try { pm.currentTransaction().begin(); Query q ... { pm.currentTransaction().begin(); pm.makePersistent(b_copy); pm

Fantom

.createEntityManagerFactory ("./db1.odb") .createEntityManager() .with { transaction.begin() persist(new ... ") .createEntityManager .with { getTransaction.begin persist(Address {street

Not able to update records

on your own. Try surrounding your executeUpdate with em.getTransaction().begin ... _CLIENTSERVER_MODE); EntityManager em = emFactory.createEntityManager(); em.getTransaction().begin

Embedded Entity in EmbeddedId not persisted. Error 631 at select.

();         em.getTransaction().begin();        ... : em.getTransaction().begin(); B b = new B(1); em.persist(b

How prevent post-compile enhancement of non entity classes

-compile"> <echo message="begin ObjectDB enhancer"/> <java classname="com.objectdb ... ;echo message="post compile single: begin ObjectDB enhancer"/> <java classname="com.objectdb

How to do multithreading with embedded ObjectDB

(0, 0);         em.getTransaction().begin();     ... ;        em.getTransaction().begin();      

objectdb-2.6.9_02 (with "objectdb.temp.no-enhancement-crc-check") vs. generic classes with interfaces: detailed investigation

;     em.getTransaction().begin();         ... (); log_info("Persist project.."); em.getTransaction().begin(); em.persist(project); //rely

PostUpdate collection null

;   em.getTransaction().begin();         MyEntity e = new ... (MyEntity.class, 1);         em.getTransaction().begin();  

Negative snapshot user count

;   em.getTransaction().begin();         for (int i = 0 ... ;   em2.getTransaction().begin();