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
 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(Serializable parentId, String childName, boolean complexProp)
          Reads the hierarchy row for a child, given its parent id and the child name.
 Row CachingRowMapper.readChildHierRow(Serializable parentId, 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
 List<Row> RowMapper.getProxyRows(Serializable searchId, boolean byTarget, Serializable parentId)
          Finds proxies, maybe restricted to the children of a given parent.
 List<Row> CachingRowMapper.getProxyRows(Serializable searchId, boolean byTarget, Serializable parentId)
           
 List<Row> RowMapper.getVersionRows(Serializable versionSeriesId)
          Gets the list of version rows for all the versions in a given version series id.
 List<Row> CachingRowMapper.getVersionRows(Serializable versionableId)
           
 List<Row> RowMapper.readChildHierRows(Serializable parentId, boolean complexProp)
          Reads the hierarchy rows for all the children of parent.
 List<Row> CachingRowMapper.readChildHierRows(Serializable parentId, boolean complexProp)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type Row
 RowMapper.CopyHierarchyResult RowMapper.copyHierarchy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
          Copies the hierarchy starting from a given row to a new parent with a new name.
 RowMapper.CopyHierarchyResult CachingRowMapper.copyHierarchy(RowMapper.IdWithTypes source, Serializable destParentId, 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, Collection<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(Serializable parentId, 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
 List<Row> JDBCRowMapper.getProxyRows(Serializable searchId, boolean byTarget, Serializable parentId)
           
 List<Row> JDBCRowMapper.getVersionRows(Serializable versionSeriesId)
           
 List<Row> JDBCRowMapper.readChildHierRows(Serializable parentId, boolean complexProp)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type Row
 RowMapper.CopyHierarchyResult JDBCRowMapper.copyHierarchy(RowMapper.IdWithTypes source, Serializable destParentId, String destName, Row overwriteRow)
           
 void JDBCLogger.logSQL(String sql, List<Column> columns, Row row)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.