Uses of Class
org.nuxeo.ecm.core.storage.dbs.DBSSession
-
Packages that use DBSSession Package Description org.nuxeo.ecm.core.storage.dbs -
-
Uses of DBSSession in org.nuxeo.ecm.core.storage.dbs
Fields in org.nuxeo.ecm.core.storage.dbs declared as DBSSession Modifier and Type Field Description protected DBSSessionDBSDocument. sessionprotected DBSSessionDBSExpressionEvaluator.DBSPathResolver. sessionprotected DBSSessionDBSTransactionState. sessionConstructors in org.nuxeo.ecm.core.storage.dbs with parameters of type DBSSession Constructor Description DBSDocument(DBSDocumentState docState, DocumentType type, DBSSession session, boolean readonly)DBSExpressionEvaluator(DBSSession session, SQLQuery query, String[] principals, boolean fulltextSearchDisabled)DBSPathResolver(DBSSession session)DBSTransactionState(DBSRepository repository, DBSSession session)
-