About refresh

manual

Retrieving JPA Entity Objects

Explains how to use JPA to retrieve entity objects from the database.... Retrieval by Query Retrieval by Refresh Cascading Refresh Retrieval by Class and Primary Key Every ...

 
api-jdo

refresh(pc)

Refresh the state of the instance from the data store.(Method of javax.jdo.PersistenceManager)

 
manual

Locking in JPA

Explains how to use optimistic locking and pessimistic locking in JPA.... methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method. ... methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method. ... methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method. ...

 
api-jpa

refresh(entity)

Refresh the state of the instance from the database, overwriting changes made to the entity, if any.(Method of javax.persistence.EntityManager)

 
api-jpa

refresh(entity, lockMode)

Refresh the state of the instance from the database, overwriting changes made to the entity, if any, and lock it with respect to given lock mode type.(Method of javax.persistence.EntityManager)

 
api-jpa

CascadeType.REFRESH

Cascade refresh operation(Enum Constant of javax.persistence.CascadeType)

 
api-jpa

CacheStoreMode.REFRESH

Insert/update entity data into cache when read from database and when committed into database.(Enum Constant of javax.persistence.CacheStoreMode)

 
forum_thread

explorer feature request: ability to auto refresh

Request for feature: Ability to auto-refresh an explorer view, say at regular intervals of a few seconds. (at a minimum one ought to be able to manually refresh, for example the list of persistent types). additionally, it would be useful to be able to view an embedded database (read only mode) via the explorer.   ... Request for feature: Ability to auto-refresh an explorer view, say at regular intervals of a few seconds. (at a minimum one ought to be able to manually refresh, for example the list of persistent types). additionally, it ...

 
forum_thread

Attempt to refresh a non managed entity object (error 635)

Just ran into a problem that I've not seen in 10 years of running ObjectDb: java.lang.IllegalArgumentException Attempt to refresh a non managed entity object (error 635) Nothing changed in my code, but I'm wondering if there is a problem with the config file, and /or my recent experiments with Intellij's JPA database explorer, which required me to use a JPA persistence.xml configuration file. (I was able to use to run objectdb queries from inside Intellij). ... java.lang.IllegalArgumentException Attempt to refresh a non managed entity object (error 635) Nothing changed in my ... This error message indicates invoking refresh (explicitly or implicitly by cascading) on a non managed entity ...

 
forum_thread

Feature request - ability to refresh an open database view in explorer

The ability to refresh view in explorer automatically. Fine if this is read-only. Extra points if you can do this with local databases as well as remote.... 19:24 The ability to refresh view in explorer automatically. Fine if this is read-only. ...