ObjectDB ObjectDB

Internal Website Search

61-70 of 200 resultsRefresh
4

javax.persistence.spi.PersistenceProviderResolver

that the implementation of this method make use of caching. Since: JPA 2.0 See Also: PersistenceProvider void clearCachedProviders() Clear cache of providers. Clear cache of providers. Since: JPA 2.0 List
0

javax.jdo.PersistenceManagerFactory

the DataStoreCache that this factory uses for controlling a second-level cache. Return the DataStoreCache that this factory uses for controlling a second-level cache. If this factory does not use a second-level cache, the returned instance does nothing. This method never returns null. Returns
0

javax.jdo.identity.ObjectIdentity

. Since: JDO 2.0 int hashCode() Return the cached hash code. Return the cached hash code. Returns: the cached hash code. Since: JDO 1.0 void readExternal(ObjectInput in)throws IOException
0

evict(pc)

Method javax.jdo.PersistenceManager void evict( Object pc ) Mark an instance as no longer needed in the cache. Eviction is normally done automatically by the PersistenceManager at transaction ... that the instance is no longer needed in the cache. Parameters: pc - the instance to evict from the cache. Since: JDO 1.0
0

javax.jdo.identity.IntIdentity

. Since: JDO 2.0 int hashCode() Return the cached hash code. Return the cached hash code. Returns: the cached hash code. Since: JDO 1.0 void readExternal(ObjectInput in)throws IOException
0

evictAll()

Method javax.jdo.datastore.DataStoreCache void evictAll() Evict the parameter instances from the second-level cache. All instances in the PersistenceManager's cache are evicted from the second-level cache. Since: JDO 2.0
0

makeNontransactional(pc)

-transactional after commit. Normally, at transaction completion, instances are evicted from the cache. This method allows an application to identify an instance as not being evicted from the cache at transaction completion. Instead, the instance remains in the cache with nontransactional state
0

javax.jdo.identity.StringIdentity

.0 int hashCode() Return the cached hash code. Return the cached hash code. Returns: the cached hash
0

javax.jdo.spi.StateManager

( PersistenceCapable pc, int field) Return true if the field is cached in the calling instance. Return true if the field is cached in the calling instance. Parameters: pc - the calling PersistenceCapable instance field - the field number Returns: whether the field is cached in the calling instance
0

javax.jdo.identity.ByteIdentity

: the target class name. Since: JDO 2.0 int hashCode() Return the cached hash code. Return the cached hash code. Returns: the cached hash code. Since: JDO 1.0 void readExternal(ObjectInput in)throws

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