Annotation Interface Filterable
Marks a field as filterable and places it in the faceted search bar.
(This bar only appears in the interface if one or more fields are filterable
in the current schema.)
Can only be placed on fields that correspond to physical columns on the
table (e.g. no `@ManyToMany`/`@OneToMany`) and that are not binary (`byte[]`).
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe type of filter (DEFAULT or CATEGORICAL)
-
Element Details
-
type
FilterableType typeThe type of filter (DEFAULT or CATEGORICAL)- Returns:
- Default:
- DEFAULT
-