org.hibernate.criterion
Class Junction
java.lang.Object
org.hibernate.criterion.Junction
- All Implemented Interfaces:
- Serializable, Criterion
- Direct Known Subclasses:
- Conjunction, Disjunction
public class Junction
- extends Object
- implements Criterion
A sequence of a logical expressions combined by some
associative logical operator
- Author:
- Gavin King
- See Also:
- Serialized Form
Junction
protected Junction(String op)
add
public Junction add(Criterion criterion)
getOp
public String getOp()
getTypedValues
public TypedValue[] getTypedValues(Criteria crit,
CriteriaQuery criteriaQuery)
throws HibernateException
- Description copied from interface:
Criterion
- Return typed values for all parameters in the rendered SQL fragment
- Specified by:
getTypedValues
in interface Criterion
- Parameters:
crit
- TODO
- Returns:
- TypedValue[]
- Throws:
HibernateException
toSqlString
public String toSqlString(Criteria crit,
CriteriaQuery criteriaQuery)
throws HibernateException
- Description copied from interface:
Criterion
- Render the SQL fragment
- Specified by:
toSqlString
in interface Criterion
- Returns:
- String
- Throws:
HibernateException
toString
public String toString()
- Overrides:
toString
in class Object
- See Also:
Object.toString()