public class QueryBuilder.CastAsUpperBoundary extends QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder>
value
Modifier | Constructor and Description |
---|---|
protected |
QueryBuilder.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 QueryBuilder.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-2014 JBoss, a division of Red Hat. All Rights Reserved.