ObjectDB ObjectDB

Internal Website Search

121-130 of 139 resultsRefresh
6

Bulk Delete and Update - best practice?

{ @GeneratedValue @Id long id; @Index int hash; String data
6

java.sql.Timestamp.getTime() not working

Player { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) public int id; @Temporal
6

How to query for list of lists ?

; @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Basic(optional = false
6

Problem to use find method on an abstract Class: AbstractMethodError is thrown

@GeneratedValue Long id;                 @Override         public String toString
6

Failing to read entities under load in multithreaded tests

;     private long longId;     @Id     @GeneratedValue(strategy=GenerationType.TABLE, generator
6

Does ObjectDB support @Parent for @Embeddable reference to parent?

@GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; @Access(AccessType.PROPERTY
6

Newbie : How to return the auto-generated ID

Hello, I am new to this community, as well as JPA and ObjectDB. I want to read the auto-generated ID when I persist a new entity (with @Id @GeneratedValue annotations applied). I am following the following link : http://www.objectdb.com/tutorial/jpa/eclipse/web/entity Thanks. zombie Deepak Mishra
6

Null enums and IS (NOT) NULL: NullPointerException

@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "asd") private int id
6

2.7.3_03 Erroneous "Attempt to modify a primary key of a managed object"

extend this abstract class: abstract class AuEntity implements Serializable { @Id @GeneratedValue
1

Explorer bug ? Objects seem to be missing from database in Class view, but are present as references

extensively, it is only there to address the fact that under @ID @GeneratedValue AUTO strategy

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