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

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

Introduction

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

The text is from its open source code.

Subclass

org.hibernate.criterion.Example has subclasses.
Click this link to see all its subclasses.

Method

Examplecreate(Object exampleEntity)
Create a new Example criterion instance, which includes all non-null properties by default
ExampleenableLike(MatchMode matchMode)
Use the "like" operator for all string-valued properties
ExampleenableLike()
Use the "like" operator for all string-valued properties.
ExampleexcludeNone()
Include all properties.
ExampleexcludeProperty(String name)
Exclude a particular property by name.
ExampleexcludeZeroes()
Exclude zero-valued properties.
ExampleignoreCase()
Ignore case for all string-valued properties
ExamplesetEscapeCharacter(Character escapeCharacter)
Set escape character for "like" clause if like matching was enabled
ExamplesetPropertySelector(PropertySelector selector)
Set the property selector to use.
StringtoString()