Para realizar búsquedas entre fechas usamos el mètodo filterBetweenDate()
List<Permiso> list =permisoRepository.filterBetweenDate("fechainicio", permiso.getFechainicio(), "fechafin", permiso.getFechafin(), new Document("idpermiso", -1));
Last updated 6 years ago
Was this helpful?