ObjectDB ObjectDB

Internal Website Search

21-30 of 59 resultsRefresh
6

pinAll(oids)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void pinAll( Object... oids ) Parameters: oids - Since: JDO 2.0
6

pin(oid)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void pin( Object oid ) Parameters: oid - Since: JDO 2.0
6

pinAll(oids)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void pinAll( Collection oids ) Parameters: oids - Since: JDO 2.0
6

unpin(oid)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void unpin( Object oid ) Parameters: oid - Since: JDO 2.0
6

evict(oid)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void evict( Object oid ) Parameters: oid - Since: JDO 2.0
6

evictAll(oids)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void evictAll( Collection oids ) Parameters: oids - Since: JDO 2.0
6

evictAll(oids)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void evictAll( Object... oids ) Parameters: oids - Since: JDO 2.0
6

unpinAll(oids)

Method javax.jdo.datastore.DataStoreCache void unpinAll( Object... oids ) Unpin the parameter instance from the second-level cache. Parameters: oids - the object id of the instance to evict. Since: JDO 2.0
6

pinAll(oids)

Method javax.jdo.datastore.DataStoreCache void pinAll( Object... oids ) Pin the parameter instances in the second-level cache. Parameters: oids - the object ids of the instances to pin. Since: JDO 2.0
6

unpinAll(oids)

Method javax.jdo.datastore.DataStoreCache.EmptyDataStoreCache void unpinAll( Collection oids ) Parameters: oids - 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