Implement Pageable adapter in Mappers
fjlopez opened this issue · 1 comments
fjlopez commented
JHipster generated code does not support sorting by properties in other objects. A hard coded solution is possible. A more smart approach is to reuse the annotations of the toEntity
method in Mappers
in a utility method.
fjlopez commented
These annotations are not available at runtime 👎 . The solutions requires an explicit map.