Uses of Class
org.nuxeo.ecm.core.model.BaseSession
-
Packages that use BaseSession Package Description org.nuxeo.ecm.core.storage.dbs org.nuxeo.ecm.core.storage.sql.coremodel -
-
Uses of BaseSession in org.nuxeo.ecm.core.storage.dbs
Subclasses of BaseSession in org.nuxeo.ecm.core.storage.dbs Modifier and Type Class Description class
DBSSession
Implementation of aSession
for Document-Based Storage. -
Uses of BaseSession in org.nuxeo.ecm.core.storage.sql.coremodel
Subclasses of BaseSession in org.nuxeo.ecm.core.storage.sql.coremodel Modifier and Type Class Description class
SQLSession
This class is the bridge between the Nuxeo SPI Session and the actual low-level implementation of the SQL storage session.
-