@Deprecated public class IlikeExpression extends Object implements Criterion
Modifier | Constructor and Description |
---|---|
protected |
IlikeExpression(String propertyName,
Object value)
Deprecated.
|
protected |
IlikeExpression(String propertyName,
String value,
MatchMode matchMode)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TypedValue[] |
getTypedValues(Criteria criteria,
CriteriaQuery criteriaQuery)
Deprecated.
Return typed values for all parameters in the rendered SQL fragment
|
String |
toSqlString(Criteria criteria,
CriteriaQuery criteriaQuery)
Deprecated.
Render the SQL fragment
|
String |
toString()
Deprecated.
|
public String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
toSqlString
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria queryHibernateException
- Problem during rendering.public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
getTypedValues
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria queryHibernateException
- Problem determining types.Copyright © 2012 JBoss by Red Hat. All Rights Reserved.