ObjectDB ObjectDB

Internal Website Search

181-190 of 200 resultsRefresh
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

Query only works correctly when debug printing results

public class RequirementDBEntity implements Serializable { /** * */ private static final
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

significant performance decrease

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

Strange behaviour with ORDER BY and IN

implements Serializable {     @Id     private String id;         private String town;     public
5

Null returned by Persistence.createEntityManagerFactory

the getters and setters): @Entity public class Task implements Serializable { @Id @GeneratedValue
5

TYPE Expression

();     }         @Entity     public static class A implements Serializable {     }     @Entity     public
5

Rename Application StringIdentity

I don't think JDO supports altering an entity's Application Identity. Does ObjectDB? @PersistenceCapable public class MyClass implements Serializable, Cloneable{ @Id private StringIdentity id; ... } PersistenceManager persistenceManager = ...; Transaction transaction
5

ODB with Netbeans

a JPA restriction. "An entity or IdClass class should implement the java.io.Serializable interface
1

Super class' field access fails

Serializable { private static final Integer decrease = 20; // percent // @Id private String

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