public class BooleanFilter extends Filter<Boolean>
Boolean type. It can be added to a criteria class as a member, to support
the following query parameters:
fieldName.equals=true
fieldName.specified=true
fieldName.specified=false
fieldName.in=true,false
| Constructor and Description |
|---|
BooleanFilter() |
Copyright © 2019 JHipster. All rights reserved.