ObjectDB ObjectDB

Internal Website Search

131-140 of 162 resultsRefresh
5

Concerning coding style of the example in the posting instructions

for entity / embeddable classes.' The JPA2.0 final spect states: 'The entity class must be a top
5

Should I be able to persist a JFrame (or gui components in general)?

@Embeddable. It persists. However, when I do "select ce.pJTextField1.text from ContactEditor ce" the text
5

Persist error @ManyToMany how to define correct entities relationships

if they were embeddable entities) i added screenshot of the explorer package testodb; import java.io
5

Upgrade to 2.4.1_01

), which is wrong, as Contactdetails is Embeddable, the annotation should be @Embedded. Neither annotation works
5

Field in Generic Class not persisted?

.persistence.Embeddable; import javax.persistence.Entity; import javax.persistence.EntityManager
5

Embedded in JDO metadata not working in objectDB 2.x ?

for the query) and then back to embeddable. Alternatively, probably running the Doctor in repair mode
5

ClassCastException on SELECT NEW ... after UPDATE over Java RMI

();                 em.getMetamodel().embeddable(FileNameDTO.class);         Query query = em.createQuery
5

Automatic schema evolution causes ArrayOutOfBoundsException

> (Permission is an embeddable class), the fields name remained untouched. After that I derived Airline from
1

ObjectDB 2.8.2

Added support of deleting classes in the Explorer. Improved memory cleaning when entity objects with embeddable elements are detached. Improved handling query results that include managed hollow objects. Removed false alarms by the Doctor. Fixed a deadlock (issue #2512) on closing EntityManager
1

boolean field flips after schema update (in class) of another field

= null; @Embeddable public static class Application { private boolean instruction = false

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