db4o

ObjectContainer.Commit Method 

commits the running transaction.

void Commit();

Remarks

commits the running transaction.

Transactions are back-to-back. A call to commit will starts a new transaction immedidately.

See Also

ObjectContainer Interface | com.db4o Namespace