ObjectDB ObjectDB

Internal Website Search

41-50 of 100 resultsRefresh
20

find() cost unreasonable time!

);     continue;    }    em.refresh(o);    start = System.currentTimeMillis();    List<Nodes ... Nodes %n", o);     continue;    }    em.refresh(o);    start = System.currentTimeMillis();    List ... (this);         this.parent = parent;     } You may also remove the refresh:     // em.refresh(o); Now
17

Problem on JPA Merge Entity.

. /testCreate /testUpdate /refresh /updateAllInDao testCreate Create component of statement, save componenet ... and if we "refresh" (next item) the new component has not been attach to the statement ... to the statement. refresh Retrieve statement from database and display it. updateAlInDao Make
15

Cannot save or update entity on Spring App

(); em.refresh(guest); return guest; }     @Transactional     public boolean ... , nor it refreshes with its new id. And the update method fails because of this: [ObjectDB 2.8.0] javax.persistence ... create a new entity, nor it refreshes with its new id. It is unclear from your posted code
13

explorer locks local database in readonly mode

process. do you think it's worth to improved this? if yes, isseu #39 (refresh) will be useful ... to see changes because refresh is not implemented). I think that this is exactly the requests of issue #238 - support refresh + add the ability to view a database that is in use also if it is open in
13

Merge with Parent/Child entities not possible

, CascadeType.REFRESH })   private ParentEntity parent;   @Column   private String childName ... parentEntity = parentEntityQuery.getSingleResult();   entityManager.refresh(parentEntity);   Assert ... .refresh(parentEntity);   Assert.assertEquals(1, parentEntity.getChildren().size()); } } wua Andreas
4

CacheStoreMode.USE

Enum Constant javax.persistence.CacheStoreMode USE Insert/update entity data into cache when read from database and when committed into database: this is the default behavior. Does not force refresh of already cached items when reading from database. Since: JPA 2.0
4

Errors in log to repprt

) at com.objectdb.o.TVS.b(TVS.java:94) at com.objectdb.jpa.EMImpl.refresh(EMImpl.java:746) at com.objectdb.jpa.EMImpl.refresh(EMImpl.java:687) at com.objectdb.jdo.PMImpl.refresh(PMImpl.java:976) at com.agile.hummingbird.CoreDaemon.refresh(CoreDaemon.java:614) at com
3

Tracking changes to new collections (in enhancement mode) after flush

, cascade = {CascadeType.REFRESH, CascadeType.DETACH }) private ModelElementImpl element; @OneToMany (fetch = FetchType.EAGER, cascade = {CascadeType.REFRESH, CascadeType.DETACH }) private ... , cascade = {CascadeType.REFRESH, CascadeType.DETACH }) private ModelElementImpl element
0

deletePersistentAll()

to the application, instances of affected classes in the cache are refreshed to reflect whether they were deleted
0

refreshAll(jdoe)

Method javax.jdo.PersistenceManager void refreshAll( JDOException jdoe ) Refreshes all instances in the exception that failed verification. Parameters: jdoe - Since: JDO 2.0

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