Class InstantFieldKey
java.lang.Object
io.datarouter.model.field.BaseFieldKey<T,K>
io.datarouter.model.field.PrimitiveFieldKey<Instant,InstantFieldKey>
io.datarouter.model.field.imp.comparable.InstantFieldKey
public class InstantFieldKey extends PrimitiveFieldKey<Instant,InstantFieldKey>
-
Field Summary
Fields inherited from class io.datarouter.model.field.BaseFieldKey
attributes, columnName, defaultValue, fieldGeneratorType, name, nullable, valueType -
Constructor Summary
Constructors Constructor Description InstantFieldKey(String name) -
Method Summary
Modifier and Type Method Description InstantFieldcreateValueField(Instant value)intgetNumFractionalSeconds()Methods inherited from class io.datarouter.model.field.BaseFieldKey
equals, findAttribute, generateRandomValue, getAttributes, getAutoGeneratedType, getColumnName, getColumnNameBytes, getDefaultValue, getName, getValueType, hashCode, isCollection, isFixedLength, isNullable, toString, with
-
Constructor Details
-
Method Details
-
createValueField
-
getNumFractionalSeconds
public int getNumFractionalSeconds()
-