|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.engine.FilterDefinition
public class 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).
| Constructor Summary | |
|---|---|
FilterDefinition(java.lang.String name,
java.lang.String defaultCondition,
java.util.Map parameterTypes)
Construct a new FilterDefinition instance. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDefaultFilterCondition()
|
java.lang.String |
getFilterName()
Get the name of the filter this configuration defines. |
java.util.Set |
getParameterNames()
Get a set of the parameters defined by this configuration. |
Type |
getParameterType(java.lang.String parameterName)
Retreive the type of the named parameter defined for this filter. |
java.util.Map |
getParameterTypes()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FilterDefinition(java.lang.String name,
java.lang.String defaultCondition,
java.util.Map parameterTypes)
name - The name of the filter for which this configuration is in effect.| Method Detail |
|---|
public java.lang.String getFilterName()
public java.util.Set getParameterNames()
public Type getParameterType(java.lang.String parameterName)
parameterName - The name of the filter parameter for which to return the type.
public java.lang.String getDefaultFilterCondition()
public java.util.Map getParameterTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||