|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.hibernate.criterion.IlikeExpression
@Deprecated public class IlikeExpression
A case-insensitive "like"
Constructor Summary | |
---|---|
protected |
IlikeExpression(String propertyName,
Object value)
Deprecated. |
protected |
IlikeExpression(String propertyName,
String value,
MatchMode matchMode)
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected IlikeExpression(String propertyName, Object value)
protected IlikeExpression(String propertyName, String value, MatchMode matchMode)
Method Detail |
---|
public String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
toSqlString
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria query
HibernateException
- Problem during rendering.public TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Criterion
getTypedValues
in interface Criterion
criteria
- The local criteriacriteriaQuery
- The overal criteria query
HibernateException
- Problem determining types.public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |