Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use RepositoryBackend
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
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 RepositoryBackend in org.nuxeo.ecm.core.storage.sql
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type RepositoryBackend
 Class<? extends RepositoryBackend> RepositoryDescriptor.backendClass
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql.jdbc that implement RepositoryBackend
 class JDBCBackend
          JDBC Backend for a repository.
 

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

Classes in org.nuxeo.ecm.core.storage.sql.management that implement RepositoryBackend
 class MonitoredBackend
           
 class MonitoredJDBCBackend
           
 class MonitoredNetBackend
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql.net that implement RepositoryBackend
 class NetBackend
          Network client backend for a repository.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.