easybest / spring-data-mybatis

Simplifies the development of creating a MyBatis-based data access layer.
https://sdm.easybest.io
Apache License 2.0
237 stars 73 forks source link

Related queries support sorting #238

Open easybest opened 3 years ago

easybest commented 3 years ago

Like:

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