Open peters-axon opened 1 month ago
Currently there exists no clear concept of filter functions.
filter()
manipulateCriteriaFactory()
super.filter()
Currently there exists no clear concept of filter functions.
filter()
function should do the same filtering for a collection of objects as themanipulateCriteriaFactory()
function does during the query.filter()
function should call thesuper.filter()
function.filter()
function should not be static.filter()
function should return a modifieable list as result.