ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
4

Error occured during initialization of boot layer

", "TestReq1"); em.getTransaction().begin(); em.persist(req); em.getTransaction().commit
4

Query by array element

.createEntityManager();         em.getTransaction().begin();         em.persist(new MyEntity
4

newbie - lots of exeptions

related to the exception that was reported at the beginning of this thread. It may be the result
4

Possible issue with timestamps

.getTransaction().begin();         CDI cdi1 = new CDI("first1", "last1", cal1.getTime());         CDI cdi2 = new
4

Memory Leak in EntityManagerFactory ?

it seems that this situation could happen if an EntityManager is closed while a transaction is still in progress (i.e. begin
4

Database Files

<EntityManager,T> func) { EntityManager em = emf.createEntityManager(); try { em.getTransaction().begin(); T
4

Replicated cluster recovery

Currently the slave servers are limited to read only (it is indicated at the beginning of the page
4

java.sql.Date equals comparison not working with CriteriaAPI

");         EntityManager em = emf.createEntityManager();         em.getTransaction().begin();         em
0

ODB-FileWriter holds unecessary entity reference after transaction and entity manager are closed

().commit() em.clear() System.gc(); em.getTransaction().begin(); // here we had a break point and did
0

Navigation through lazy loading from Detached Objects

();         em.getTransaction().begin();         MyEntity e1 = new MyEntity(1, "e1");         MyEntity e2 = new

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