Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.criterion.Junction
Constructor Summary | |
|
Method Summary | |
Junction | |
String |
|
TypedValue[] |
|
String |
|
String |
|
public String getOp()
public TypedValue[] getTypedValues(Criteria crit, CriteriaQuery criteriaQuery) throws HibernateException
Return typed values for all parameters in the rendered SQL fragment
- Specified by:
- getTypedValues in interface Criterion
- Parameters:
criteriaQuery
- The overal criteria query
- Returns:
- The types values (for binding)
- Throws:
HibernateException
- Problem determining types.
public String toSqlString(Criteria crit, CriteriaQuery criteriaQuery) throws HibernateException
Render the SQL fragment
- Specified by:
- toSqlString in interface Criterion
- Parameters:
criteriaQuery
- The overal criteria query
- Returns:
- The generated SQL fragment
- Throws:
HibernateException
- Problem during rendering.
public String toString()
- See Also:
java.lang.Object.toString()