Nuxeo Enterprise Platform 5.4

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(RowMapper rowMapper, InvalidationsPropagator cachePropagator, InvalidationsPropagator eventPropagator, InvalidationsQueue repositoryEventQueue)
           
HierarchyContext(Model model, RowMapper mapper, SessionImpl session, PersistenceContext context)
           
PersistenceContext(Model model, RowMapper mapper, SessionImpl session)
           
 

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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.