Nuxeo Enterprise Platform 5.4

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

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

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

Fields in org.nuxeo.ecm.core.storage.sql declared as Row
 Row RowMapper.RowUpdate.row
           
 

Fields in org.nuxeo.ecm.core.storage.sql with type parameters of type Row
 java.util.List<Row> RowMapper.RowBatch.creates
          Creates are done first and are ordered.
 

Methods in org.nuxeo.ecm.core.storage.sql that return Row
 Row Row.clone()
           
 Row RowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
          Reads the hierarchy row for a child, given its parent id and the child name.
 Row CachingRowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
           
 Row RowMapper.readSimpleRow(RowId rowId)
          Gets a row for a SimpleFragment from the database, given its table name and id.
 Row CachingRowMapper.readSimpleRow(RowId rowId)
           
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type Row
 java.util.List<Row> RowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
          Finds proxies, maybe restricted to the children of a given parent.
 java.util.List<Row> CachingRowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
           
 java.util.List<Row> RowMapper.getVersionRows(java.io.Serializable versionSeriesId)
          Gets the list of version rows for all the versions in a given version series id.
 java.util.List<Row> CachingRowMapper.getVersionRows(java.io.Serializable versionableId)
           
 java.util.List<Row> RowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
          Reads the hierarchy rows for all the children of parent.
 java.util.List<Row> CachingRowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Row
 RowMapper.CopyHierarchyResult RowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
          Copies the hierarchy starting from a given row to a new parent with a new name.
 RowMapper.CopyHierarchyResult CachingRowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
           
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type Row
CollectionFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a CollectionFragment from a Row.
RowMapper.RowUpdate(Row row, java.util.Collection<java.lang.String> keys)
           
SimpleFragment(Row row, Fragment.State state, PersistenceContext context)
          Constructs a SimpleFragment from a Row.
 

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

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return Row
 Row JDBCRowMapper.readChildHierRow(java.io.Serializable parentId, java.lang.String childName, boolean complexProp)
           
 Row JDBCRowMapper.readSimpleRow(RowId rowId)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return types with arguments of type Row
 java.util.List<Row> JDBCRowMapper.getProxyRows(java.io.Serializable searchId, boolean byTarget, java.io.Serializable parentId)
           
 java.util.List<Row> JDBCRowMapper.getVersionRows(java.io.Serializable versionSeriesId)
           
 java.util.List<Row> JDBCRowMapper.readChildHierRows(java.io.Serializable parentId, boolean complexProp)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Row
 RowMapper.CopyHierarchyResult JDBCRowMapper.copyHierarchy(java.io.Serializable sourceId, java.lang.String typeName, java.io.Serializable destParentId, java.lang.String destName, Row overwriteRow)
           
 void JDBCMapperLogger.logSQL(java.lang.String sql, java.util.List<Column> columns, Row row)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.