omnifaces / omnipersistence

Utilities for JPA, JDBC and DataSources
Other
31 stars 12 forks source link

Add and use MappedPathResolver with a fallback on RootPathResolver #26

Closed Edubits closed 5 years ago

Edubits commented 5 years ago

When using a mapping (to get a DTO that extends an Entity) it's currently not possible to add predicates for not-mapped fields. By using a fallback on the RootPathResolver this becomes possible, making more filtering from the frontend possible without the need for adding custom Criteria in the backend.