| Package | Description |
|---|---|
| com.holonplatform.core.query |
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyConstantExpression<Collection<T>,T> |
PropertyConstantExpression.create(Property<T> property,
Collection<? extends T> values)
Create a
PropertyConstantExpression which represents a collection of constant values bound to a
Property. |
static <T> PropertyConstantExpression<Collection<T>,T> |
PropertyConstantExpression.create(Property<T> property,
T... values)
Create a
PropertyConstantExpression which represents a collection of constant values bound to a
Property. |
static <T> PropertyConstantExpression<T,T> |
PropertyConstantExpression.create(Property<T> property,
T value)
Create a
PropertyConstantExpression which represents a constant value bound to a Property. |
Copyright © 2017 The Holon Platform. All rights reserved.