Uses of Class
org.bardframework.crud.api.filter.IdFilter
-
Packages that use IdFilter Package Description org.bardframework.crud.api.base org.bardframework.crud.api.filter -
-
Uses of IdFilter in org.bardframework.crud.api.base
Fields in org.bardframework.crud.api.base declared as IdFilter Modifier and Type Field Description protected IdFilter<I>BaseCriteriaAbstract. idMethods in org.bardframework.crud.api.base that return IdFilter Modifier and Type Method Description IdFilter<I>BaseCriteria. getId()IdFilter<I>BaseCriteriaAbstract. getId()Methods in org.bardframework.crud.api.base with parameters of type IdFilter Modifier and Type Method Description voidBaseCriteriaAbstract. setId(IdFilter<I> id) -
Uses of IdFilter in org.bardframework.crud.api.filter
Methods in org.bardframework.crud.api.filter that return IdFilter Modifier and Type Method Description IdFilter<I>IdFilter. copy()Constructors in org.bardframework.crud.api.filter with parameters of type IdFilter Constructor Description IdFilter(IdFilter<I> filter)
-