ObjectDB ObjectDB

Internal Website Search

121-130 of 200 resultsRefresh
12

How to Remove records from many to many relationship tables in JPA

Hello All, I am getting the constraint violation exception whil deleting the entries I ... here my requirement is i need to delete records in both tables (TransportationEvent and Conclusion) here i am trying to delete conclusion table records like bellow: removeConclusions(conclusion
12

Foreign key constraint issue

to Parent, so that when the parent is deleted all children are removed as well. Unfortunately, in ... all children are deleted: ... Parent parent = new Parent(); parentRepository.save(parent); Child ... parentRepository.delete(parent); // Here trying to delete the parent along with all children referring
11

com.objectdb.o.TEX: Type ... is not found, for a class that's already been enhanced successfully.

.Site$_getActiveSessions_closure2 common.model.UserSession$_delete_closure1 mr.model.MRAuction$_delete_closure2 mr.model.MRAuction$_delete_closure3 mr.model.MRAuction$_delete_closure4 mr.model.MRAuction$_delete_closure5 mr.model.MRAuction$_delete_closure6 mr.model.MRAuction$_getSortedBidders
11

Remove not working

that there are no already deleted objects in the graph to delete but it still didn't work. As ... because, in the same transaction, I gather an Extent, delete an object, then try to gather the same Extent again. The Extent traversal throws the error because it encounters the object that was deleted
11

Enhancement of type is old and cannot be used

. They were present before and also saved in the DB, but are deleted for some time now. When I open the DB ... You can delete old classes using the Explorer of version 2.8.3_05 (right click -> Delete, or from the Edit menu). Please check if this solves the issue. support Support I deleted some
11

Query results are not up to date for entities, not primitives

="XXXXX">    <dir path="/" permissions="access,modify,create,delete" />   </user>   <user username="$default" password="$$$###">    <dir path="/$user/" permissions="access,modify,create,delete ... we will be able to provide further advice. support Support You could delete this post? I'll create a new
2

getSingleResult()

language UPDATE or DELETE statement QueryTimeoutException - if the query execution exceeds the query
2

javax.persistence.OrderColumn

is responsible for updating the ordering upon flushing to the database to reflect any insertion, deletion
2

getResultList()

Method javax.persistence.TypedQuery List<X> getResultList() Execute a SELECT query and return the query results as a typed List. Returns: a list of the results Throws: IllegalStateException - if called for a Java Persistence query language UPDATE or DELETE statement QueryTimeoutException
0

deletePersistentAll(pcs)

Method javax.jdo.PersistenceManager void deletePersistentAll( Object... pcs ) Delete an array of instances from the data store. Parameters: pcs - a Collection of persistent instances Since: JDO 1.0 See Also: deletePersistent(Object pc)

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