public class QueryBuilder.CastAsLowerBoundary extends QueryBuilder.CastAs<QueryBuilder.AndBuilder<QueryBuilder.UpperBoundary>>
value
Modifier | Constructor and Description |
---|---|
protected |
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 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–2016 JBoss, a division of Red Hat. All rights reserved.