public interface FacetSelection
Facet
to be applied onto a query.
The facet criteria within a FacetSelection
are combined in a disjunction (logical OR).Modifier and Type | Method and Description |
---|---|
void |
clearSelectedFacets()
Clear all facets in this selection
|
void |
deselectFacets(Facet... facets) |
List<Facet> |
getSelectedFacets() |
void |
selectFacets(Facet... facets) |
void selectFacets(Facet... facets)
facets
- An array of facets which have to be applied as disjunction onto the current queryList<Facet> getSelectedFacets()
void deselectFacets(Facet... facets)
facets
- An array of facets to e removed from the current facet. Facets which were not part of this
selection will be ignored.void clearSelectedFacets()
Copyright © 2006–2014 Hibernate. All rights reserved.