ObjectDB ObjectDB

Internal Website Search

161-170 of 200 resultsRefresh
2

Email notification about new build

Just a quick thought. It would be nice to get email notification about new builds. If a new build resolves a problem that I'm not subscribed for, I don't know about it until i check ODB page :) lwalkowski Lukasz Walkowski This is a good idea. It is now set as a website feature request in the issue tracking system. support Support
2

JPQL IN Operator

(just collection navigation paths). I will check if a quick fix to support the in operator is possible
2

like operator (String)

Support Thanks for the quick fix. This new version 2.4.7_17 fixes this issue. pezifromvienna Peter Sauer
2

Database is erased after deploying a new web application version

. support Support Thanks for the quick reply. I've moved the file to my root directory (and opened
2

Problem with @UniqueConstraint

: @Unique(members={"lastName","firstName"}) And for a single field simply @Unique on the field. support Support Thanks for the quick reply! pezi Peter Sauer
2

Does ObjectDB support @Parent for @Embeddable reference to parent?

Support This should probably work with ObjectDB as well, Quick test of setter trick seems to work
2

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

and hope to get rid of the problem in this project... Again, thanks for the quick support here! bklink
2

Order in WHERE Clause affects behaviour on DATE/DATETIME columns

Quick example: public class MyClass { @Column(name = "myText") String myText; @Temporal(TemporalType.TIMESTAMP) @Column(name = "myDate") Date myDate; } Now, when querying the db with: Query q = JPA.em().createQuery("SELECT m FROM MyClass m WHERE m.myDate LIKE
2

Executing JUnit "all tests" throws "Object ... belongs to another EntityManager" Exception

, forming this forbidden mix. support Support Thank you for your quick reply! I will resume the hunt as you suggest! :) brentfegley Brent Fegley
0

Why does ObjectDB duplicate classes from javax.jdo:jdo-api?

. Thanks for the quick reply! Should I open an issue for this technical debt? jleblanc Joel Leblanc

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