Annotation Interface Filterable


@Retention(RUNTIME) @Target(FIELD) public @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 Elements
    Modifier and Type
    Optional Element
    Description
    The type of filter (DEFAULT or CATEGORICAL)
  • Element Details

    • type

      The type of filter (DEFAULT or CATEGORICAL)
      Returns:
      Default:
      DEFAULT