Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.criterion.AbstractEmptinessExpression
Field Summary | |
protected String |
Constructor Summary | |
|
Method Summary | |
protected abstract boolean | |
protected QueryableCollection |
|
TypedValue[] |
|
String |
|
String |
|
protected abstract boolean excludeEmpty()
protected QueryableCollection getQueryableCollection(String entityName, String propertyName, SessionFactoryImplementor factory) throws HibernateException
public final TypedValue[] getTypedValues(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Return typed values for all parameters in the rendered SQL fragment
- Specified by:
- getTypedValues in interface Criterion
- Parameters:
criteria
- TODOcriteriaQuery
-
- Returns:
- TypedValue[]
- Throws:
HibernateException
-
public final String toSqlString(Criteria criteria, CriteriaQuery criteriaQuery) throws HibernateException
Render the SQL fragment
- Specified by:
- toSqlString in interface Criterion
- Parameters:
criteriaQuery
-
- Returns:
- String
- Throws:
HibernateException
-
public final String toString()