Class OsonDocumentWriter

java.lang.Object
org.hibernate.type.format.OsonDocumentWriter
All Implemented Interfaces:
JsonDocumentWriter

public class OsonDocumentWriter extends Object implements JsonDocumentWriter
Implementation of JsonDocumentWriter for OSON document. This implementation will produce an Object Array based on embeddable mapping Once All JSON document is handle the mapped Object array can be retrieved using the getObjectArray() method.