Java org.hibernate Filter fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

org.hibernate.Filter has the following implementations.
Click this link to see all its implementation.

Method

FiltersetParameter(String name, Object value)
Set the named parameter's value for this filter.
FiltersetParameterList(String name, Collection values)
Set the named parameter's value list for this filter.
FiltersetParameterList(String name, Object[] values)
Set the named parameter's value list for this filter.
voidvalidate()
Perform validation of the filter state.