ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
4

Replication error on slave restart

since begining of the test. And now I have trouble that worry me a lot! In february I switched ODB server
4

ORDER BY problem, when String starts with language specific character

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

how to query by properties of onetomany relations? (Error 990)

.createEntityManager();                 em.getTransaction().begin();         Foo foo = new Foo
4

NullPointerException while setting a new property value

= getEntityManager(); try { em.getTransaction().begin
4

Calendar in Criteria Querys

().begin();         em.persist(new Event());         em.getTransaction().commit
4

Join query problem with new statetment

the beginning tagged as @Entity and I don't think it was ever changed. I've changed this query
4

Access entity version before commit transaction

: transactional.execute() just creates a transaction (entityManager.getTransaction().begin();) and commits
4

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

();         em.getTransaction().begin();                em.getMetamodel().entity(Street.class
4

LAZY @ManyToOne field functions as EAGER

();         em.getTransaction().begin();         B b = new B("b");         b.cLazy = new C("cLazy");         b
0

Getting an error when adding activation code to conf file

.createEntityManager(); em.getTransaction().begin(); IntStream.range(0

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