I have simple entity:
class Entity { int id; Date expiredDate; }
How select all entities which expires in next 30 days? Thanks for help.