org.hibernate.criterion
Class SimpleExpression
java.lang.Object
org.hibernate.criterion.SimpleExpression
- Criterion, Serializable
public class SimpleExpression
extends java.lang.Object
superclass for "simple" comparisons (with SQL binary operators)
SimpleExpression
protected SimpleExpression(String propertyName,
Object value,
String op)
SimpleExpression
protected SimpleExpression(String propertyName,
Object value,
String op,
boolean ignoreCase)
getOp
protected final String getOp()
toString
public String toString()