java.lang.Object | |
↳ | org.hibernate.engine.FilterDefinition |
A FilterDefinition defines the global attributes of a dynamic filter. This information includes its name as well as its defined parameters (name and type).
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new FilterDefinition instance.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the name of the filter this configuration defines.
| |||||||||||
Get a set of the parameters defined by this configuration.
| |||||||||||
Retreive the type of the named parameter defined for this filter.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Construct a new FilterDefinition instance.
name | The name of the filter for which this configuration is in effect. |
---|
Get the name of the filter this configuration defines.
Get a set of the parameters defined by this configuration.
Retreive the type of the named parameter defined for this filter.
parameterName | The name of the filter parameter for which to return the type. |
---|