Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.core.storage.sql.Session

Packages that use Session
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.coremodel   
org.nuxeo.ecm.core.storage.sql.ra   
 

Uses of Session in org.nuxeo.ecm.core.storage.sql
 

Classes in org.nuxeo.ecm.core.storage.sql that implement Session
 class SessionImpl
          The session is the main high level access point to data from the underlying database.
 

Methods in org.nuxeo.ecm.core.storage.sql that return Session
 Session Repository.getConnection()
          Gets a new connection by logging in to the repository with default credentials.
 Session Repository.getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
          Gets a new connection by logging in to the repository with given connection information (credentials).
 

Uses of Session in org.nuxeo.ecm.core.storage.sql.coremodel
 

Constructors in org.nuxeo.ecm.core.storage.sql.coremodel with parameters of type Session
SQLSession(Session session, Repository repository, java.util.Map<java.lang.String,java.io.Serializable> context)
           
 

Uses of Session in org.nuxeo.ecm.core.storage.sql.ra
 

Classes in org.nuxeo.ecm.core.storage.sql.ra that implement Session
 class ConnectionImpl
          A connection is a handle to the underlying storage.
 

Methods in org.nuxeo.ecm.core.storage.sql.ra that return Session
 Session ConnectionFactoryImpl.getConnection()
          Gets a new connection, with no credentials.
 Session ConnectionFactoryImpl.getConnection(javax.resource.cci.ConnectionSpec connectionSpec)
          Gets a new connection.
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.