Java org.hibernate.criterion MatchMode fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.criterion MatchMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.criterion MatchMode.

The text is from its open source code.

Field

MatchModeEXACT
Match the entire string to the pattern
MatchModeSTART
Match the start of the string to the pattern
MatchModeEND
Match the end of the string to the pattern
MatchModeANYWHERE
Match the pattern anywhere in the string

Method

StringtoMatchString(String pattern)
Convert the pattern, by appending/prepending "%"