ObjectDB ObjectDB

Internal Website Search

91-100 of 147 resultsRefresh
6

Changes in detach behaviour?

automatically. Loading of collections may require setting EAGER fetch explicitly
6

Possible issue with LAZY Loading

, and then try and access them, they all return happily. pedwards Paul Edwards LAZY (unlike EAGER
6

How do I achieve a Deep Fetch using JOIN FETCH?

that I can express one level of eager fetch in JPQL as follows: SELECT c FROM C JOIN FETCH c.bList
6

Does aggregate function "greatest" work on entity objects?

= ChatAttachment.class, fetch = FetchType.EAGER) private List<ChatAttachment> attachments
6

Global way to set Lazy-loading fetch functionality for all the fields

Ouba Mahamane Lazy / Eager can only be set locally per relationship, and for some extent also per query (using JOIN FETCH). support Support
1

[ObjectDB 2.2.5_02] Unexpected exception (Error 990) com.objectdb.o.InternalException: java.lang.NullPointerException: null

.persistence.FetchType.EAGER) public List<Point> getPoints() { return points
1

com.objectdb.o.InternalException: null

.EAGER)     private List<Insurance> insurances = new ArrayList<>();     public Customer getSpouse
1

Issue with UPPER ?

. Attached you can also find my database for testing hope that helps, we'd need an eager fix to this issue
1

ObjectDB 2.2.7

eager fetch when enhancement is disabled. Fixed the "Annotated methods must follow the JavaBeans naming convention" exception (issue #325).
1

ObjectDB 2.3.5

Added support of DATE(...) and TIME(...) methods in queries. Added new Explorer and Server exe (for Windows 7 and 64 bits). Fixed handling a Calendar parameter value in criteria queries. Fixed using type operator and literals in client server queries (issue #605). Fixed eager fetch issues. Fixed

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