V
- the value type that will be used by the applicationpublic interface TimestampValue<V> extends BasicValue<V>, TimestampOperand<V>
Defines the interface of a timestamp value.
A TimestampValue
value is both:
a value accessor used to read / write the value in a work object
an operand providing methods to generate predicates for querying against the value
The persisted value must be an Instant
, but a ValueConverter
can be used to support
another type in the application interface if required.
getName, getValueConverter
after, afterOrEq, before, beforeOrEq, between
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.