Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use ModelSetup
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 ModelSetup in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type ModelSetup
 void RepositoryBackend.initializeModelSetup(ModelSetup modelSetup)
          Initializes the ModelSetup.
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type ModelSetup
Model(ModelSetup modelSetup)
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type ModelSetup
 void JDBCBackend.initializeModelSetup(ModelSetup modelSetup)
          Initializes the ModelSetup.
 

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

Methods in org.nuxeo.ecm.core.storage.sql.management with parameters of type ModelSetup
 void MonitoredBackend.initializeModelSetup(ModelSetup modelSetup)
           
 

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

Methods in org.nuxeo.ecm.core.storage.sql.net with parameters of type ModelSetup
 void NetBackend.initializeModelSetup(ModelSetup modelSetup)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.