public class BetweenExpression extends Object implements Criterion
| Modifier | Constructor and Description | 
|---|---|
protected  | 
BetweenExpression(String propertyName,
                 Object low,
                 Object high)  | 
| Modifier and Type | Method and Description | 
|---|---|
TypedValue[] | 
getTypedValues(Criteria criteria,
              CriteriaQuery criteriaQuery)
Return typed values for all parameters in the rendered SQL fragment 
 | 
String | 
toSqlString(Criteria criteria,
           CriteriaQuery criteriaQuery)
Render the SQL fragment 
 | 
String | 
toString()  | 
public String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
CriteriontoSqlString in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria queryHibernateException - Problem during rendering.public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
CriteriongetTypedValues in interface Criterioncriteria - The local criteriacriteriaQuery - The overal criteria queryHibernateException - Problem determining types.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.