ObjectDB ObjectDB

Internal Website Search

91-100 of 142 resultsRefresh
6

Query over the keySet of a map field with collection parameter

; } @OneToMany (cascade = CascadeType.ALL) public Map<String, EntityChild> map = new HashMap
6

TemporalType injection with Calendar using JPA

; } @OneToMany(cascade=javax.persistence.CascadeType.ALL,fetch=javax.persistence
6

Need help to make this test work and define proper annotations for entities Lists

Serializable {         ...         @ManyToOne(cascade=CascadeType.PERSIST)         public CustomerDat
6

OneToMany and cascade delete problem

{ @OneToMany(targetEntity = Offer.class, mappedBy = "product", fetch = FetchType.LAZY, cascade = CascadeType
6

Storing objects problem

:   @OneToMany(cascade=CascadeType.PERSIST)   private List<DeviceT> children; You may also specify
6

Does ObjectDB support lazy loading?

A { @Id @GeneratedValue Long id; @OneToMany(fetch=FetchType.LAZY, cascade=CascadeType
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
6

Performance issue in a query due to compareTo calls

, cascade = CascadeType.REMOVE) private Values valuesRef; } @Index (members = {"step.stepNumber
1

ArrayIndexOutOfBoundsException on flush

: @OneToMany(orphanRemoval=true, cascade=CascadeType.ALL) private Map<String, TaskNode> _nodes; The TaskNode
1

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

) { this.id = id; } @OneToMany(cascade=javax.persistence.CascadeType.ALL,fetch=javax

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