T - the adapter field typepublic class TemporalFieldDescriptorBuilder<T> extends FieldDescriptorBuilder<T,TemporalFieldDescriptor<T>,TemporalFieldDescriptorBuilder<T>>
bindingClass, fieldName, indexHints| Constructor and Description |
|---|
TemporalFieldDescriptorBuilder(Class<T> bindingClass) |
| Modifier and Type | Method and Description |
|---|---|
TemporalFieldDescriptor<T> |
build() |
TemporalFieldDescriptorBuilder<T> |
endTimeIndexHint()
Hint that the field is the end of a time range and should be used for temporal indexing.
|
TemporalFieldDescriptorBuilder<T> |
startTimeIndexHint()
Hint that the field is the start of a time range and should be used for temporal indexing.
|
TemporalFieldDescriptorBuilder<T> |
timeIndexHint()
Hint that the field is a time instant and should be used for temporal indexing.
|
fieldName, indexHintpublic TemporalFieldDescriptorBuilder<T> timeIndexHint()
public TemporalFieldDescriptorBuilder<T> startTimeIndexHint()
public TemporalFieldDescriptorBuilder<T> endTimeIndexHint()
public TemporalFieldDescriptor<T> build()
build in class FieldDescriptorBuilder<T,TemporalFieldDescriptor<T>,TemporalFieldDescriptorBuilder<T>>Copyright © 2013–2021. All rights reserved.