Default implementation of TableMappings that doesn’t perform any conversion.

Constructor

new

DefaultTableMappings

()

Creates a new instance of DefaultTableMappings.

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

()

Creates a new object instance, using object initializer.