ObjectDB ObjectDB

Internal Website Search

131-140 of 200 resultsRefresh
8

Clarification on free license restrictions

are count as entity classes but other serializable classes are unlimited. Therefore, even though embeddable classes are preferred - you may use your own serializable classes as a replacement to avoid ... is there another setting to override this in the current version? When attempting to persist my serializable
7

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 ... ; ... } public class InvoiceItem implements Serializable { ... @ManyToOne private
7

Saving custom list which implements java.util.List fails

below. @Entity public class Point implements Serializable {     ...     private List list ... .asList("not", "ArrayList"); } @Entity public class Point implements Serializable
7

Multi part paths in a composite index must have the same length

(members={"tStamp.value", "instrumentId"}) public class OBN implements Serializable{     private static ... - @Embeddable public class SafeLong implements Serializable, Comparable<SafeLong>{     public long
7

New to Product & Having An Issue

.equals(:id)") }) public class Department implements Serializable { public static final long ... .... @Embeddable @Access(AccessType.PROPERTY) public class DomainId implements Serializable { public
7

how explorer queries work

. The stack trace at #3 indicates that you are using serializable types and that the version ... defined serializable non entity / embeddable classes (which are not recommended anyway) and use
7

Problem with distinct select, order by and equivalent alias/attribute path

implements Serializable {     @Id     private String id;         private String town;     public ... ();     }     } @Entity public class Street implements Serializable {     @Id     @GeneratedValue(strategy
7

EntityManager getMetamodel() causes crash

; import java.io.Serializable; import javax.persistence.Entity; import javax.persistence ... Serializable { private static final long serialVersionUID = 1L; @Id
7

Error with org.springframework.data.jpa.domain.AbstractPersistable

. Caused by: com.objectdb.o.UserException: Unsupported auto value type java.io.Serializable for field ... ();     }     @MappedSuperclass     public static class AbstractPersistable<PK extends Serializable
7

can't get HashMap out of the database

public class Guest implements Serializable { private static final long serialVersionUID = 1L ... is: @Embeddable public class Guest implements Serializable { private String name; private

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