private static class QueryRuntimeFilterFactory.AnnotatableFilter extends Object implements QueryRuntimeFilter
Annotatable
items. The filter checks the query
for the Include.ANNOTATED
and Include.NOT_ANNOTATED
options
and enabled the isAnnotated
filter if neccessary. If none of
the options are set this is the same as if both options are set.Modifier | Constructor and Description |
---|---|
private |
QueryRuntimeFilterFactory.AnnotatableFilter() |
Modifier and Type | Method and Description |
---|---|
void |
enableFilters(QueryRuntimeFilterManager manager,
EntityQuery query,
DbControl dc)
Enable the filters based on the options specified by the query and
the logged in users permissions.
|
private QueryRuntimeFilterFactory.AnnotatableFilter()
public void enableFilters(QueryRuntimeFilterManager manager, EntityQuery query, DbControl dc)
QueryRuntimeFilter
HibernateUtil.enableFilter()
method. The manager keeps track of already enabled filters and
also takes care of disabling all filters after the query has been
executed.enableFilters
in interface QueryRuntimeFilter
manager
- A manager that is used to actually enabled the filterquery
- The query that is going to be executed, it is not possible
to modify the query, the actual HQL may already have been generateddc
- The DbControl
used for database access and
permission checking