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

Related queries support sorting

Open easybest opened this issue 3 years ago • 0 comments

Like:

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

easybest avatar Aug 29 '21 14:08 easybest