ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
53

OrphanRemoval not working?

this has no effect... Is there any mistake? Thank you Michael anaq x Orphan removal was not handled by ObjectDB
53

Puzzler: Not getting cascades on read from Spring context

I've determined that the database is correctly initialized, looking at it from the Object Explorer, I can run the code that loads the database in a Junit test and it's initializing the children objects correctly, but in the application running in Jetty with Spring, fetching is not cascading
53

Insert a new entity class in a class hierarchy does not work

Hello, we have an entity class hierarchy and we want to insert a new entity in this hierarchy and our database must be automatically updated by schema evolution. Unfortunately it does not work, because the class hierarchy had already always existed and the "new" entity class needed
53

multiple LEFT JOINs do not work as expected

organisations, e.g. it does not return the organisations directly under root. The root organisation
53

@Unique added afterward is not taken into account

Hello, I encounter an issue with the @Unique annotation. The annotation was added on a given field itemID (String), important point : the annotation was added afterwards (after objects were already added to the table). As a consequence the unique constraint is not taken into account when persisting
53

Replication not working anymore

. Configured all and it worked. I don't know what went wrong the first place. I did not
53

In version 2.5.2_05 does not work greatest by Date

In earlier versions this query worked fine. In version 2.5.2_05 does not work .orderBy(cb.desc(cb.greatest(root.get("createDate").as(Date.class)))).distinct(true) Thank you for your help. galandor Orlov Sergey Please try build 2.5.2_06 that should fix this regression (of casting to Date). support Support
53

Entity has be persistended,but query not fetched?

I create a new entity T newT and persistend it,then I create a query "select t from T t" to fetch all T entities.But then the newT is not contain in the query result. Why? code order: query.setFlushMode(FlushModeType.AUTO); query.getResultList(); maozf maozf The following example demonstrates
53

The drop code word does not work?

Using ObjectDB in embedded mode, I tried the following while test running: EntityManagerFactory emf =             Persistence.createEntityManagerFactory("objectdb:punkter.odb;drop"); The drop-codeword does not seem to work - I must manually delete the database file each time. I get no errors
10

Can not connect to replication node

when the objectdb.jar file is not available in the classpath. support Support Thanks

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