Class: DefaultTableMappings

mapping~DefaultTableMappings()

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

Constructor

new DefaultTableMappings()

Creates a new instance of DefaultTableMappings.

Implements:
Source:

Methods

getColumnName(propName) → {String}

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

Parameters:
Name Type Description
propName String

The name of the property.

Implements:
Source:
Returns:
Type
String

getPropertyName(columnName) → {String}

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

Parameters:
Name Type Description
columnName String

The name of the column.

Implements:
Source:
Returns:
Type
String

newObjectInstance()

Creates a new object instance, using object initializer.

Implements:
Source: