Class ODatabaseDocumentTxPooled

java.lang.Object
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTxPooled
All Implemented Interfaces:
ODatabaseDocument, ODatabase<ORecord>, ODatabaseDocumentInternal, ODatabaseInternal<ORecord>, ODatabasePooled, ODatabaseSession, OBackupable, Closeable, AutoCloseable

public class ODatabaseDocumentTxPooled extends ODatabaseDocumentTx implements ODatabasePooled
Pooled wrapper to the ODatabaseDocumentTx class. Allows to being reused across calls. The close() method does not close the database for real but release it to the owner pool. The database born as opened and will leave open until the pool is closed.
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: