Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

ODatabaseSession

Provides an interface for operating on database sessions.

Using Database Sessions

In order to utilize the database session in your application, you first need to import it.

import com.orientechnologies.orient.core.db.ODatabaseSession;

Methods

The ODatabaseSession class is a subclass of the ODatabaseDocument class and has the same methods available to it.