Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use SelectionType
org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. 
org.nuxeo.ecm.core.storage.sql.jdbc   
 

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

Methods in org.nuxeo.ecm.core.storage.sql that return SelectionType
static SelectionType SelectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SelectionType[] SelectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type SelectionType
 List<Row> RowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
          Reads the rows corresponding to a selection.
 List<Row> CachingRowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type SelectionType
SelectionContext(SelectionType selType, Serializable criterion, RowMapper mapper, PersistenceContext context)
           
 

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

Fields in org.nuxeo.ecm.core.storage.sql.jdbc declared as SelectionType
 SelectionType SQLInfo.SQLInfoSelection.type
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type SelectionType
 SQLInfo.SQLInfoSelection SQLInfo.getSelection(SelectionType type)
           
 List<Row> JDBCRowMapper.readSelectionRows(SelectionType selType, Serializable selId, Serializable filter, Serializable criterion, boolean limitToOne)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type SelectionType
SQLInfo.SQLInfoSelection(SelectionType selType)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.