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:
java.io.Serializable
Enclosing interface:
RowMapper

public static class RowMapper.RowBatch
extends java.lang.Object
implements java.io.Serializable

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

See Also:
Serialized Form

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

Field Detail

creates

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


updates

public final java.util.Set<RowMapper.RowUpdate> updates
Updates.


deletes

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

Constructor Detail

RowMapper.RowBatch

public RowMapper.RowBatch()
Method Detail

isEmpty

public boolean isEmpty()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.