Internal Website Search

171-180 of 200 resultsRefresh

problem with lazy loading - unittest project attached

allow me to call entityManager.getTransaction().begin()/commit() and i also can not set

Activation Issue

. <no-such-element> at the beginning of the file) and try restarting

What algorithm in find()

I test the time cost for find(), obtain a linear complexity with the following codes:   int iBlock = 0x10000;   for (int i = 1; i <= 3*iBlock; i++) {    trans.begin();    Node o = new Node();    Node p = em

Problem with @UniqueConstraint

.createEntityManager(); em.getTransaction().begin(); CI ci = new CI(); ci

Index on map key

;     em.getTransaction().begin();        

ORDER BY problem, when String starts with language specific character

;       em.getTransaction().begin();       

Error with org.springframework.data.jpa.domain.AbstractPersistable

().begin();         em.persist(new MyEntity());    

Problem with distinct select, order by and equivalent alias/attribute path

.getTransaction().begin();              

JDO PersistenceManager.getSequence() returns null sometimes

pm.currentTransaction().begin(); Thing thing = new Thing("hello"); pm

NullPointer when accessing persistent field

.createEntityManager();         em.getTransaction().begin();