org.hibernate.test.criteria
Class StringExpression

java.lang.Object
  extended by org.hibernate.criterion.LikeExpression
      extended by org.hibernate.test.criteria.StringExpression
All Implemented Interfaces:
Serializable, Criterion

public class StringExpression
extends LikeExpression

See Also:
Serialized Form

Constructor Summary
protected StringExpression(String property, String value, boolean ignoreCase)
           
 
Method Summary
static Criterion stringExpression(String propertyName, String value, boolean ignoreCase)
           
 
Methods inherited from class org.hibernate.criterion.LikeExpression
getTypedValues, toSqlString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringExpression

protected StringExpression(String property,
                           String value,
                           boolean ignoreCase)
Method Detail

stringExpression

public static Criterion stringExpression(String propertyName,
                                         String value,
                                         boolean ignoreCase)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.