public class WriteandReadPOJOs
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WriteandReadPOJOs.ProductDetails
A sample class which we will be using in order to demonstrate
reading and writing large number of POJOs
|
Constructor and Description |
---|
WriteandReadPOJOs() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDocuments() |
static void |
main(java.lang.String[] args) |
void |
readBulkPOJOS() |
void |
readPOJOsWithExportListener() |
void |
run() |
void |
writeBulkPOJOS() |
public static void main(java.lang.String[] args) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void run() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeBulkPOJOS() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void readBulkPOJOS() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void readPOJOsWithExportListener() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void deleteDocuments()
Copyright © 2013-2020 MarkLogic Corporation.