Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @Entity
  2. public class Book {
  3. Date from, to;
  4. }
  5.  
  6. //CrudRepository<Book>
  7. findByFromDateBetween(Date departure, Date arrival);
  8.  
  9. findByFromDateBetweenAndToDateBetween(Date departure, Date arrival);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement