Internal Website Search

161-170 of 200 resultsRefresh

Problem with Criteria Querys

;       em.getTransaction().begin();      

Filename.odb$ Persisting Issue

) and begin closing the EM's and EMF, no? DragonRulerX Jared Hinze If

Embedded List

;     em.getTransaction().begin();        

CriteriaQuery .where() for multiple conditions

.getTransaction().begin(); CriteriaBuilder criteriaBuilder = em.getCriteriaBuilder

Bug: ClassCastException by retrieval

.begin();   tNode tn = new tNode();   tn.setsData("HelloWorld2");   em.persist(tn

Multiple Collection Fields not update correctly

;      em.getTransaction().begin();          

Immediately retrieve unique id

The beginning of my "Sample" class looks like: @Entity @SequenceGenerator(name = "sampleSeqGenerator", initialValue = 1, allocationSize = 100) public class Sample implements Serializable { private static final long serialVersionUID = 1L

"is not null" queries not working with index

.getTransaction().begin();         for (int i = 0; i < 1000; i++) {  

ArrayIndexOutOfBoundsException on flush

().begin(); try { Query query = em.createQuery("DELETE FROM ExecutionGraph g"); query

Strange Error with Criteria API and Sorting

.createEntityManager();   // Add some data   em.getTransaction().begin();