public class QueryBuilder.CastAsUpperBoundary extends QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder>
value
Modifier | Constructor and Description |
---|---|
protected |
CastAsUpperBoundary(QueryBuilder.UpperBoundary upperBoundary,
Object value) |
Modifier and Type | Method and Description |
---|---|
QueryBuilder.ConstraintBuilder |
as(String type)
Define the right-hand side literal value cast as the specified type.
|
protected CastAsUpperBoundary(QueryBuilder.UpperBoundary upperBoundary, Object value)
public QueryBuilder.ConstraintBuilder as(String type)
as
in class QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder>
type
- the property type; may not be nullCopyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.