ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
5

Method not found on...

I've got this class... @Entity @Table(name = "language") public class Language implements Serializable{ ... private List<String> aliases; ... public boolean hasAlias(List<String> alai) { return ... ; } ... } When I try to make
5

Problem with @OrderBy

When I use @OrderBy and supply multiple order fields I get and error when ObjectDB Explorer expands a instance of the entity. Example code: @Entity @Table(name="Defects", schema = "myDB") public class Defects implements Serializable {     ...     ...     @OneToMany(mappedBy="defect
5

Accessing objects to make them available after EntityManager close?!

; } @Entity public class Vifr_dic implements Serializable { private static final long serialVersionUID = 1L
5

c.o.jpa.type.EntityTypeImpl.getIdType() returns null

my entity looks like this @Entity public class Foo implements Serializable {     private static
5

multi thread application, id field sporadically null

Serializable { private static final long serialVersionUID = 1L; @Id public String nodePath
5

Entity listener - event instead of object

to get the actor ID somehow             final Long actorId = 0L;             final Serializable
5

significant performance decrease

public class ObjectNode implements Serializable { private static final long serialVersionUID = 1L
5

How to delete M2M relationship?

In user model class I have the following: public class User implements Serializable {     @Id     @GeneratedValue(strategy = GenerationType.AUTO)     private Long id;     @ManyToMany(mappedBy = "attendees", cascade = CascadeType.ALL)     @Cascade(org.hibernate.annotations.CascadeType
5

removed objects stay with null field values in the reference

We have a class with a one to many relationship declared like this (1 or more objects of the same class are linked into the relationship, no circular referencing): @Entity public class ObjectNode implements Serializable { private static final long serialVersionUID = 1L; @Id public String
1

Lazy retrieval by access not working correctly

LocalizedValues names; ... } @Embeddable public class LocalizedValues implements Serializable

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