ObjectDB ObjectDB

Internal Website Search

21-30 of 99 resultsRefresh
1

makeTransientAll(pcs, useFetchPlan)

) Make instances transient, removing them from management by this PersistenceManager ... is made transient. The state of fields in the affected instances is as specified by the FetchPlan. Unlike ... . The instances to be made transient do not need to implement the javax.jdo.spi.Detachable interface
1

makeTransient(pc, useFetchPlan)

an instance transient, removing it from management by this PersistenceManager. If the useFetchPlan ... , the instances reachable via loaded fields is made transient. The state of fields in the affected instances ... ; there is no detachment information in the instances. The instances to be made transient do not need to implement
1

makeTransientAll(pcs, useFetchPlan)

) Make instances transient, removing them from management by this PersistenceManager. If the useFetchPlan ... is made transient. The state of fields in the affected instances is as specified by the FetchPlan. Unlike ... . The instances to be made transient do not need to implement the javax.jdo.spi.Detachable interface. Parameters
0

javax.jdo.Transaction

to their values as of the beginning of the transaction, and the instances revert to transient ... of the beginning of the transaction, and the instances revert to transient. Additionally, fields of modified ... are unchanged and the instances revert to transient. Additionally, dirty instances transition to hollow
0

javax.jdo.ObjectState

TRANSIENT Since: JDO 1.0 ObjectState TRANSIENT_CLEAN Since: JDO 1.0 ObjectState TRANSIENT_DIRTY
0

javax.jdo.PersistenceManagerFactory

of the transaction, and the instances revert to transient. Additionally, fields of modified instances ... and the instances revert to transient. Additionally, dirty instances transition to hollow
0

isTransactional(pc)

. These instances include transient instances made transactional as a result of being the target ... in data store transactions; and persistent instances modified in optimistic transactions. Transient
0

setRestoreValues(restoreValues)

to transient. Additionally, fields of modified instances of primitive types and immutable reference ... , the values of fields of newly persistent instances are unchanged and the instances revert to transient
0

makeTransientAll(pcs)

Method javax.jdo.PersistenceManager void makeTransientAll( Object... pcs ) Make an array of instances transient, removing them from management by this PersistenceManager. The instances lose their JDO ... is preserved unchanged. Parameters: pcs - the instances to make transient. Since: JDO 1.0
0

makeTransient(pc)

Method javax.jdo.PersistenceManager void makeTransient( Object pc ) Make an instance transient, removing it from management by this PersistenceManager. The instance loses its JDO identity ... . Parameters: pc - the instance to make transient. Since: JDO 1.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