| Package | Description |
|---|---|
| com.holonplatform.core.beans | |
| com.holonplatform.core.property | |
| com.holonplatform.core.query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericBeanProperty<N extends Number>
A numeric type
BeanProperty, implementing NumericProperty. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NumericProperty<N extends Number>
A numeric type
PathProperty. |
static interface |
NumericProperty.NumericPropertyBuilder<N extends Number>
NumericProperty builder. |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryFunction.Avg
A function which represents the average value of a query result.
|
static interface |
QueryFunction.Count
A function which represents the count of a query result values.
|
static interface |
QueryFunction.Sum<T extends Number>
A function which represents the sum of a numeric query result values.
|
static interface |
TemporalFunction.Day
A function to extract the day part of a temporal data type.
|
static interface |
TemporalFunction.Hour
A function to extract the hour part of a temporal data type.
|
static interface |
TemporalFunction.Month
A function to extract the month part of a temporal data type.
|
static interface |
TemporalFunction.Year
A function to extract the year part of a temporal data type.
|
Copyright © 2019 The Holon Platform. All rights reserved.