public class QueryBuilder.CastAsLowerBoundary extends QueryBuilder.CastAs<QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary>>
value| Modifier | Constructor and Description |
|---|---|
protected |
QueryBuilder.CastAsLowerBoundary(QueryBuilder.ComparisonBuilder builder,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary> |
as(String type)
Define the left-hand side literal value cast as the specified type.
|
protected QueryBuilder.CastAsLowerBoundary(QueryBuilder.ComparisonBuilder builder, Object value)
public QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary> as(String type)
as in class QueryBuilder.CastAs<QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary>>type - the property type; may not be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.