ObjectDB ObjectDB

Internal Website Search

81-86 of 86 resultsRefresh
8

Merge Issue: Attempt to reuse an existing primary key value

= FetchType.LAZY, cascade = CascadeType.ALL, mappedBy = "parent")         @OneToMany(fetch
8

Find the error...JPA ENTITY HIBERNATE

; @ManyToMany(mappedBy = "messages") private Set<user> user; public Set<user> getUser() { return user
8

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

your code, to demonstrate the issue: @Entity public class Invoice { @OneToMany(mappedBy
8

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

= Passenger.class, mappedBy = "buses") private Set<Passenger> passengers= new HashSet(); Passenger
1

JPQL support for mapped by (inverse) collections

class A {         @Id @GeneratedValue long id;                 @OneToMany(mappedBy
1

com.objectdb.o.InternalException: java.lang.NullPointerException

Hello, I have a CUIT entity, with a OneToMany List field called razonesSociales (that can be null): @OneToMany (mappedBy = "cuit") private List razonesSociales; When I run this query it works ok: SELECT COUNT(item.sysID) FROM CUIT item WHERE ( (item.sysStatus.sysID=1) AND (item.razonesSociales

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