Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.storage.sql.RowMapper

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

Subinterfaces of RowMapper in org.nuxeo.ecm.core.storage.sql
 interface Mapper
          A Mapper maps Rows to and from the database.
 

Classes in org.nuxeo.ecm.core.storage.sql that implement RowMapper
 class CachingMapper
          A Mapper that uses a CachingRowMapper for row-related operation, and delegates to the Mapper for others.
 class CachingRowMapper
          A RowMapper that has an internal cache.
 

Constructors in org.nuxeo.ecm.core.storage.sql with parameters of type RowMapper
CachingRowMapper(Model model, RowMapper rowMapper, InvalidationsPropagator cachePropagator, InvalidationsPropagator eventPropagator, InvalidationsQueue repositoryEventQueue)
           
PersistenceContext(Model model, RowMapper mapper, SessionImpl session)
           
SelectionContext(SelectionType selType, Serializable criterion, RowMapper mapper, PersistenceContext context)
           
 

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

Classes in org.nuxeo.ecm.core.storage.sql.jdbc that implement RowMapper
 class JDBCMapper
          A JDBCMapper maps objects to and from a JDBC database.
 class JDBCRowMapper
          A JDBCRowMapper maps Rows to and from a JDBC database.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.