Contains a set of methods to represent a row into a document and a document into a row.

Methods

getColumnName

(String propName)

Gets the name of the column based on the document property name.

Parameters:
Name Type Description
propName String

The name of the property.

Returns:
Type Description
String

getPropertyName

(String columnName)

Gets the name of the document property based on the column name.

Parameters:
Name Type Description
columnName String

The name of the column.

Returns:
Type Description
String

newObjectInstance

()

Method that is called by the mapper to create the instance of the document.

Returns:
Type Description
Object