| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.property | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemporalBeanProperty<T>
A temporal type
BeanProperty, implementing TemporalProperty. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TemporalProperty<T>
A temporal type
PathProperty. |
static interface |
TemporalProperty.TemporalPropertyBuilder<T>
TemporalProperty builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TemporalFunction.CurrentDate
A function to obtain the current date as a
Date. |
static interface |
TemporalFunction.CurrentLocalDate
A function to obtain the current date as a
LocalDate. |
static interface |
TemporalFunction.CurrentLocalDateTime
A function to obtain the current date and time as a
LocalDateTime. |
static interface |
TemporalFunction.CurrentTimestamp
A function to obtain the current timestamp as a
Date. |
Copyright © 2019 The Holon Platform. All rights reserved.