Búsqueda entre Fechas

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

Was this helpful?