ObjectDB ObjectDB

Internal Website Search

101-110 of 200 resultsRefresh
24

Is it possible to remove parent/child entities without refresh?

We have a big entity object tree in our project. If I use the entityManager.remove(childEntity) method to remove a child entity a entityManager.refresh(parentEntity) is necessary in order to have an updated parent/child object tree in memory. But entityManager.refresh is too slow for our project
7

JPA Query API

with an EntityManager (represented by em in the following code snippets), which serves as a factory
7

Posting Sample Code

");         EntityManager em = emf.createEntityManager();         em.getTransaction().begin();         MyEntity e
7

Online Backup

Backup The online backup can be started by executing a special query on an EntityManager (em
7

Updating JPA Entity Objects

entity object from within an active transaction. No EntityManager's method is invoked to report
7

JPA Criteria API Queries

the EntityManagerFactory's getCriteriaBuilder method or by the EntityManager's getCriteriaBuilder method (both methods
6

javax.persistence.EntityNotFoundException

EntityManager.getReference is accessed but the entity does not exist. Thrown when EntityManager.refresh is called and the object no longer exists in the database. Thrown when EntityManager.lock is used ... , if one is active, will be marked for rollback. Since: JPA 1.0 See Also: EntityManager.getReference
5

javax.persistence.EntityManagerFactory

: IllegalStateException - if the entity manager factory has been closed Since: JPA 1.0 EntityManager createEntityManager() Create a new application-managed EntityManager. Create a new application-managed EntityManager. This method returns a new EntityManager instance each time it is invoked. The isOpen
4

javax.persistence.OptimisticLockException

, if one is active, will be marked for rollback. Since: JPA 1.0 See Also: EntityManager.find(Class, Object, LockModeType) EntityManager.find(Class, Object, LockModeType, java.util.Map) EntityManager.lock(Object, LockModeType) EntityManager.lock(Object, LockModeType, java.util.Map
0

javax.jdo.JDOEntityManager

javax.jdo Interface JDOEntityManager Superinterfaces: EntityManager, PersistenceManager Since: JDO ... getDelegate() Return the underlying provider object for the EntityManager, if available. Return the underlying provider object for the EntityManager, if available. The result of this method is implementation

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