|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ektorp.impl.BulkDocumentWriter
public class BulkDocumentWriter
| Constructor Summary | |
|---|---|
BulkDocumentWriter(org.codehaus.jackson.map.ObjectMapper om)
|
|
| Method Summary | |
|---|---|
void |
write(java.util.Collection<?> objects,
boolean allOrNothing,
java.io.OutputStream out)
Writes the objects collection as a bulk operation document. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BulkDocumentWriter(org.codehaus.jackson.map.ObjectMapper om)
| Method Detail |
|---|
public void write(java.util.Collection<?> objects,
boolean allOrNothing,
java.io.OutputStream out)
objects - allOrNothing - out -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||