Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.storage.sql
Class RowMapper.RowBatch

java.lang.Object
  extended by org.nuxeo.ecm.core.storage.sql.RowMapper.RowBatch
All Implemented Interfaces:
Serializable
Enclosing interface:
RowMapper

public static class RowMapper.RowBatch
extends Object
implements Serializable

The description of a set of rows to create, update or delete.

See Also:
Serialized Form

Field Summary
 List<Row> creates
          Creates are done first and are ordered.
 Set<RowId> deletes
          Deletes are done last.
 Set<RowMapper.RowUpdate> updates
          Updates.
 
Constructor Summary
RowMapper.RowBatch()
           
 
Method Summary
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

creates

public final List<Row> creates
Creates are done first and are ordered.


updates

public final Set<RowMapper.RowUpdate> updates
Updates.


deletes

public final Set<RowId> deletes
Deletes are done last.

Constructor Detail

RowMapper.RowBatch

public RowMapper.RowBatch()
Method Detail

isEmpty

public boolean isEmpty()

toString

public String toString()
Overrides:
toString in class Object

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.