ObjectDB ObjectDB

Internal Website Search

61-70 of 100 resultsRefresh
10

Attempt to execute a query using a closed EntityManager

refresh). The object is loaded and a query is executed to initialize a mapped by (inverse) field in ... ! Question: why would it require reloading or refresh, because c.getId() should just return the "long
10

evictAll() behavior

-- is this specified in the JDO spec? Cheers, Andrew andrewmcveigh Andrew McVeigh Refreshing managed objects ... all transactional instances to be refreshed. If a transaction is not in progress
10

ObjectDB Explorer don't show ManyToOne relations

= ModelElementImpl.class, cascade = {CascadeType.REFRESH}) private ModelElement parent; } If we use ... .class, cascade = {CascadeType.REFRESH}) private ModelElementImpl parent; } Can you fix this in
10

Access entity version before commit transaction

field it doesn´t. I tried transaction.flush() in combination with transaction.refresh(entity ...             transaction.flush();             transaction.refresh(flight);             // now I get the right
10

Items in list are doubled, when the entity class is not enhanced

.persist(c); em.getTransaction().commit(); em.refresh(c); em ... ().add(i); em.merge(c); em.getTransaction().commit(); em.refresh(c
10

multi thread application, id field sporadically null

. You may also try refreshing the object (although without id id doesn't represent anything in the database ... to overcome the problem by using flush(), clear() and refresh() hgzwicker Hans-Georg Zwicker Good
10

Optimistic lock

Hello When I get an optimistic lock on an object, refresh(), start trans and persist? Will the changes made to the object before the violation be retained or must they be duplicated in the retry code ... do I need to refresh() the object start a transaction, reapply the changes,persist and commit
7

ObjectDB without javax.persistence

.java:205) at com.btc.ep.base.ui.navigator.ProfileNavigator.refresh(ProfileNavigator.java:160
7

Optimistic locking: prevent version increment on entity collection attribute

the collection and not delete any of the Readings from the DB. Also, refreshing or reading the Document from
1

JQL-Update Queries fails with activated L2-Cache

context). But if the data is also cached in the L2 cache it may not help. Use refresh to enforce

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