AvistoTelecom / jpa-search

This library allows you to create complex searching configurations in an easy way
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Rename check Criteria config method and return boolean #11

Closed GabrielRevelli closed 3 months ago

GabrielRevelli commented 3 months ago

Actually this check method is only here to check if your criteria config is well declared. Need to rename this method into testCriteriaConfig (dont forget to make a deprecated reference on elder method) and in case of mismatch, instead of throwing an error, returning a boolean is a bit better