spring-data-mybatis icon indicating copy to clipboard operation
spring-data-mybatis copied to clipboard

Related queries support sorting

Open easybest opened this issue 4 years ago • 0 comments
trafficstars

Like:

@OrderBy("name DESC") 
@OneToMany
private List<Role> roles;

easybest avatar Aug 29 '21 14:08 easybest