public class QueryBuilder.CastAsRightHandSide extends QueryBuilder.CastAs<QueryBuilder.ConstraintBuilder>
value
Modifier | Constructor and Description |
---|---|
protected |
CastAsRightHandSide(QueryBuilder.RightHandSide rhs,
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 CastAsRightHandSide(QueryBuilder.RightHandSide rhs, 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.