| java.lang.Object | |
| ↳ | org.hibernate.criterion.IlikeExpression | 
A case-insensitive "like"
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return typed values for all parameters in the rendered SQL fragment 
  
   | |||||||||||
Render the SQL fragment 
  
   | |||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  org.hibernate.criterion.Criterion
 | |||||||||||
Return typed values for all parameters in the rendered SQL fragment
| criteria | The local criteria | 
|---|---|
| criteriaQuery | The overal criteria query | 
| HibernateException | 
|---|
Render the SQL fragment
| criteria | The local criteria | 
|---|---|
| criteriaQuery | The overal criteria query | 
| HibernateException | 
|---|