Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.core.storage.sql.RowMapper.NodeInfo

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

Uses of RowMapper.NodeInfo in org.nuxeo.ecm.core.storage.sql
 

Methods in org.nuxeo.ecm.core.storage.sql that return types with arguments of type RowMapper.NodeInfo
 List<RowMapper.NodeInfo> RowMapper.remove(RowMapper.NodeInfo rootInfo)
          Deletes a hierarchy and returns information to generate invalidations.
 List<RowMapper.NodeInfo> CachingRowMapper.remove(RowMapper.NodeInfo rootInfo)
           
 

Methods in org.nuxeo.ecm.core.storage.sql with parameters of type RowMapper.NodeInfo
 List<RowMapper.NodeInfo> RowMapper.remove(RowMapper.NodeInfo rootInfo)
          Deletes a hierarchy and returns information to generate invalidations.
 List<RowMapper.NodeInfo> CachingRowMapper.remove(RowMapper.NodeInfo rootInfo)
           
 

Uses of RowMapper.NodeInfo in org.nuxeo.ecm.core.storage.sql.jdbc
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc that return types with arguments of type RowMapper.NodeInfo
 List<RowMapper.NodeInfo> JDBCRowMapper.remove(RowMapper.NodeInfo rootInfo)
           
 

Methods in org.nuxeo.ecm.core.storage.sql.jdbc with parameters of type RowMapper.NodeInfo
 List<RowMapper.NodeInfo> JDBCRowMapper.remove(RowMapper.NodeInfo rootInfo)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.