Uses of Class
org.hibernate.criterion.MatchMode

Packages that use MatchMode
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
 

Uses of MatchMode in org.hibernate.criterion
 

Fields in org.hibernate.criterion declared as MatchMode
static MatchMode MatchMode.ANYWHERE
          Match the pattern anywhere in the string
static MatchMode MatchMode.END
          Match the end of the string to the pattern
static MatchMode MatchMode.EXACT
          Match the entire string to the pattern
static MatchMode MatchMode.START
          Match the start of the string to the pattern
 

Methods in org.hibernate.criterion with parameters of type MatchMode
 Example Example.enableLike(MatchMode matchMode)
          Use the "like" operator for all string-valued properties
static Criterion Restrictions.ilike(String propertyName, String value, MatchMode matchMode)
          A case-insensitive "like", similar to Postgres ilike operator
 SimpleExpression Property.like(String value, MatchMode matchMode)
           
static SimpleExpression Restrictions.like(String propertyName, String value, MatchMode matchMode)
          Apply a "like" constraint to the named property
 

Constructors in org.hibernate.criterion with parameters of type MatchMode
IlikeExpression(String propertyName, String value, MatchMode matchMode)
           
LikeExpression(String propertyName, String value, MatchMode matchMode)
           
LikeExpression(String propertyName, String value, MatchMode matchMode, Character escapeChar, boolean ignoreCase)
           
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved