ObjectDB ObjectDB

Internal Website Search

141-147 of 147 resultsRefresh
6

ObjectDB 2.6.9_06 (embedded): Cascading merge resulting in duplicate objects

This issue maybe related to issue #110 (http://www.objectdb.com/database/issue/110). Because that issue has been closed as "fixed", I am reporting this new issue. This is my class definition: @Entity public abstract class Person {     @OneToMany(fetch=FetchType.EAGER, cascade=CascadeType
6

Version 2.2.7 build 7/8 issue

(cascade= CascadeType.ALL, fetch= FetchType.EAGER, optional=false) private Address address
6

Upgrade to 2.4.1_01

our code for 2.3.7_18, we had @OneToOne(cascade=CascadeType.ALL, fetch=FetchType.EAGER
6

Navigation through Path to evaluate collection

long id;     @ElementCollection(fetch = FetchType.EAGER)     private List<ApiIdData_> apiId
6

Cannot sort descending, when ordering by caluculated float in a method

= "invoice", fetch= FetchType.EAGER, orphanRemoval=true, cascade= CascadeType.ALL) private List
6

Mysterious "Attempt to persist a reference to a non managed instance" error

Serializable {     @Id @GeneratedValue private long id;     @OneToOne(fetch=EAGER, cascade
6

Selective merge/cascade of detatched entity

=FetchType.EAGER, cascade=CascadeType.All) private Map<Company, Collection<Integer>> companyTargets

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