public class BitemporalMapper extends Mapper<BitemporalMapper>
Mapper to map bitemporal DateRanges.| Constructor and Description |
|---|
BitemporalMapper(String vtFrom,
String vtTo,
String ttFrom,
String ttTo)
Returns a new
BitemporalMapper. |
| Modifier and Type | Method and Description |
|---|---|
BitemporalMapper |
nowValue(Object nowValue)
Sets the now value to be used.
|
BitemporalMapper |
pattern(String pattern)
Sets the date format pattern to be used.
|
validatedall, bigDecimalMapper, bigIntegerMapper, bitemporal, bitemporalMapper, blobMapper, bool, booleanMapper, build, classpathAnalyzer, contains, dateMapper, dateRange, dateRangeMapper, doubleMapper, field, floatMapper, fuzzy, geoBBox, geoDistance, geoDistanceSortField, geoPointMapper, index, index, inetMapper, integerMapper, longMapper, lucene, match, none, phrase, prefix, range, regexp, schema, search, snowballAnalyzer, stringMapper, textMapper, toString, uuidMapper, wildcardpublic BitemporalMapper(String vtFrom, String vtTo, String ttFrom, String ttTo)
BitemporalMapper.vtFrom - The column name containing the valid time start.vtTo - The column name containing the valid time stop.ttFrom - The column name containing the transaction time start.ttTo - The column name containing the transaction time stop.public BitemporalMapper pattern(String pattern)
pattern - The date format pattern to be used.public BitemporalMapper nowValue(Object nowValue)
nowValue - The now value to be used.Copyright © 2016. All rights reserved.