Example usage for Java org.hibernate Filter fields, constructors, methods, implement or subclass
The text is from its open source code.
Filter | setParameter(String name, Object value) Set the named parameter's value for this filter. |
Filter | setParameterList(String name, Collection values) Set the named parameter's value list for this filter. |
Filter | setParameterList(String name, Object[] values) Set the named parameter's value list for this filter. |
void | validate() Perform validation of the filter state. |