使用Spring Data Rest我可以通过使用投影或甚至在中间放置DTO来调整表示但是......是否可以使用Pageable在排序参数中引入间接?
我在考虑在使用Spring Data Rest时,将暴露的API rest与数据库模型实体字段名称分离的距离是多远。
答案 0 :(得分:1)
要在存储库的分页<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:contentAuthority="@string/content_authority"
android:accountType="@string/account_type"
android:userVisible="true"
android:supportsUploading="true"
android:allowParallelSyncs="false"
android:isAlwaysSyncable="true" />
方法中设置默认排序顺序,可以使用以下技巧:
findAll