ObjectDB ObjectDB

Internal Website Search

81-90 of 147 resultsRefresh
6

LifeCycle Event with Embeddable classes

= CascadeType.ALL, fetch = FetchType.EAGER) private List<Bar> barList; @Temporal(TemporalType.TIMESTAMP
6

Double persist of Entity field with Cascade.ALL

bookTitle; @OneToMany(cascade= CascadeType.ALL, fetch= FetchType.EAGER) private List<Chapter
6

problem with lazy loading - unittest project attached

, one entity with 2 related entities. if i use EAGER the test pass, if not the related entity list is empty
6

Does ObjectDB create one instance of each entity class on (web app) load ?

and relationships needed for particular views, rather than relying on one-size-fits-all EAGER
6

Using of Second Level Cache

a MyEntity1 its fields may be initialised as null / empty list, unless eager fetch is used
6

TemporalType injection with Calendar using JPA

.FetchType.EAGER) public List<Point> getPoints() { return points; } public void
6

OrphanRemoval not working?

Dear all, I have entities Invoice and InvoiceItem, their relation is defined: public class Invoice implements Serializable { ... @OneToMany(mappedBy="invoice", fetch=FetchType.EAGER,              orphanRemoval=true, cascade=CascadeType.ALL) private List<InvoiceItem> invoiceItemList
1

ObjectDB 2.8.6_06

Improved performance following a large eager fetch (issue #2694).
1

ObjectDB 2.4.5

Added support of lazy loading of mapped by (inverse) singular relationships (issue #768). Added support for using ObjectDB with TomEE / OpenEJB. Improved loading of eager mapped by (inverse) relationships (issue #769). Improved performance of database file extending. Fixed a bug in ignoring global
1

Enum fields are set to null and embeddable enum class does not show in explorer

= FetchType.EAGER) @Enumerated(EnumType.STRING) private List<package.of.Role> roles = null; itsme Martin

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