org.hibernate.Filter |
Known Indirect Subclasses |
Type definition of Filter. Filter defines the user's view into enabled dynamic filters, allowing them to set filter parameter values.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the filter definition containing additional information about the
filter (such as default-condition and expected parameter names/types).
| |||||||||||
Get the name of this filter.
| |||||||||||
Set the named parameter's value for this filter.
| |||||||||||
Set the named parameter's value list for this filter.
| |||||||||||
Set the named parameter's value list for this filter.
| |||||||||||
Perform validation of the filter state.
|
Get the filter definition containing additional information about the filter (such as default-condition and expected parameter names/types).
Set the named parameter's value for this filter.
name | The parameter's name. |
---|---|
value | The value to be applied. |
Set the named parameter's value list for this filter. Used in conjunction with IN-style filter criteria.
name | The parameter's name. |
---|---|
values | The values to be expanded into an SQL IN list. |
Set the named parameter's value list for this filter. Used in conjunction with IN-style filter criteria.
name | The parameter's name. |
---|---|
values | The values to be expanded into an SQL IN list. |
Perform validation of the filter state. This is used to verify the state of the filter after its enablement and before its use.
HibernateException | If the state is not currently valid. |
---|