ObjectDB ObjectDB

Internal Website Search

61-69 of 69 resultsRefresh
8

Failing to read entities under load in multithreaded tests

final long serialVersionUID = 6249921651146397564L; @OneToOne(cascade=CascadeType.REFRESH
8

Multi-tenant capability with hierarchies

an error "Caused by: org.hibernate.AnnotationException: @OneToOne or @ManyToOne", even if I don't
8

Removing an entity throws exception

; private String name; private String surname; @OneToOne(cascade=CascadeType.ALL, fetch
8

Database Inconsistency or corruption

; @javax.persistence.OneToOne( cascade=javax.persistence.CascadeType.ALL, fetch=javax.persistence.FetchType
8

Trouble bug on explorer

; private boolean allowIdWaitMe; @OneToOne(fetch = FetchType.EAGER) private Language
8

Help understanding Entity behavior with JPA

Hi Support, We have a entity with an @Id entity which we then put into a list and store in an different entity inside a field defined as: @OneToOne(orphanRemoval=true, cascade=CascadeType.ALL, fetch=FetchType.EAGER) private Object payload; the list that we put in the 'payload' is an java.util
8

@JoinColumn(nullable=false)

. But you can use the optional element of the @ManyToOne and @OneToOne annotations. Similarly, see this forum
8

Error 363 - Failed to read value of inverse relationship

signUpDate = new Date(), signInDate; @Embedded @OneToOne private PersonalData personalData
1

com.objectdb.o.InternalException: java.lang.ArrayIndexOutOfBoundsException: null

postTime; @OneToOne public NewsDetails details; //not used @Temporal(javax.persistence.TemporalType

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