ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
62

Remove not working

is not found: ObjectManager of appnode1/127.0.0.1:6136 [2015-12-15 20:04:20 -> 2015-12-15 20:04:20 ... for some units and for some not. Best Regards Ralph mosi0815 Ralph Moser The following test case ... this ObjectDB exception: "com.objectdb.o._JdoObjectNotFoundException: Entity is not found
62

JPQL query to get entities that does not have a child entity in their child entities

having status '%Canceled' and not ('Finished'). FAILED: A Job having status '%Failed' and not '%Canceled' and not 'Finished'. Active: A Job having status '%Started' and not '%Failed' and not '%Canceled' and not 'Finished'. I have entities for Job and Status with NamedQueries on Job entity and using
62

em.flush(); em.clear(); loosing data and not persisting managed objects

I'm having trouble with flush() and clear() in a loop inside a transaction not persisting modified ... chose JPA since it was not specific to a peticular database. I chose to try openDB since it directly ... the primary key. But of all the file/tables 3 or 4 or them do not have primary keys. The data
62

@Convert is not supported?

wrote a test on this, and seems that my Converters methods are not executed at all (like annotation ... is not complete yet. Particularly, this feature seems to be useful mainly in ORM for mapping Java ... this feature might be useful for other purposes I'm not aware of), I have an Entity which has not
61

Source not found error after downloading ObjectDB 2.3.7_04

); PersistenceManager pm = pmf.getPersistenceManager(); I am getting an error Source attachment does not contain ... at debug time. I provided the zip file mentioned above. But them it throws an error that source not found. Basically the PMF.class is compiled from PMF.java and in the source file I am not able
61

UserException: Package com.example.model is not found by the enhancer

get the exception: com.objectdb.o.UserException: Package com.example.model is not found by ... Which is obviously not present when cleaning and building with Netbeans and moving the dist directory to a remote location. What are the possible solutions around this problem as I'm not sure how the enhance
61

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

of ProjectPart and the elements inside the RackGroupList are embedded too. I did not change the metadata ... . Additionally I see in the DB Explorer every class as not embedded, with own extent and OID for every instance. So my questions are: 1. Is the enormous increase of database file size caused by the number of not
61

Embedded Entity in EmbeddedId not persisted. Error 631 at select.

.persistence.Id; /**  * @author Stanislav Jakuschev 27.02.2023  *   *         case 1: Works not: if field AId.b is not @Embedded annotated.  *  *         case 2: Works: if field AId.b is @Embedded ... !  *   *         question: Is @Entity annotation of class B not sufficient enough, or  *         am I completely
61

Help with 'not like/lower' query

Criteria with a combination of LOWER/UPPER - NOT LIKE: SELECT COUNT($1.id) FROM User $1 WHERE ($1.owningCompany=:p1) AND LOWER($1.email) NOT LIKE :p2 So in essence, I'm trying to do a count ... , and the lower case email does NOT match the parameter :p2 The bind is as follows: com.x.y.z.services
12

Remove of an entry from a @OneToMany collection is not possible if the enhancer is disabled

Hello! When the JPA entities are not enhanced the removal of an entry from a @OneToMany collection is not possible. The following java code demonstrates the problem. The statement parentEntity.getChildEntityContainer().remove("01"); does not work correctly with not enhanced JPA entities

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