Nuxeo Enterprise Platform 5.4

Uses of Class
org.nuxeo.ecm.core.storage.sql.RepositoryImpl

Packages that use RepositoryImpl
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.jdbc   
org.nuxeo.ecm.core.storage.sql.jdbc.db Internal API to deal with the database by generating SQL statements. 
org.nuxeo.ecm.core.storage.sql.management Simple MBean to report the status of a SQL repository. 
org.nuxeo.ecm.core.storage.sql.net   
 

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

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type RepositoryImpl
static java.util.Map<java.lang.String,RepositoryImpl> RepositoryResolver.repositories
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type RepositoryImpl
 void RepositoryBackend.initialize(RepositoryImpl repository)
          Initializer.
static void RepositoryResolver.registerTestRepository(RepositoryImpl repo)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type RepositoryImpl
SessionImpl(RepositoryImpl repository, Model model, Mapper mapper, Credentials credentials)
           
 

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

Fields in org.nuxeo.ecm.core.storage.sql.coremodel declared as RepositoryImpl
 RepositoryImpl SQLRepository.repository
           
 

Uses of RepositoryImpl in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type RepositoryImpl
 void JDBCBackend.initialize(RepositoryImpl repository)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type RepositoryImpl
SQLInfo(RepositoryImpl repository, Model model, Dialect dialect)
          Generates and holds the needed SQL statements given a Model and a Dialect.
 

Uses of RepositoryImpl in org.nuxeo.ecm.core.storage.sql.jdbc.db
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc.db with parameters of type RepositoryImpl
Database(RepositoryImpl repository, Dialect dialect)
           
 

Uses of RepositoryImpl in org.nuxeo.ecm.core.storage.sql.management
 

Methods in org.nuxeo.ecm.core.storage.sql.management with parameters of type RepositoryImpl
 void MonitoredBackend.initialize(RepositoryImpl repository)
           
 

Uses of RepositoryImpl in org.nuxeo.ecm.core.storage.sql.net
 

Methods in org.nuxeo.ecm.core.storage.sql.net with parameters of type RepositoryImpl
static Mapper MapperClient.getMapper(RepositoryImpl repository, Credentials credentials)
           
 void NetBackend.initialize(RepositoryImpl repository)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.