Unable to find source-code formatter for language: genericshipmentrepository.java. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
@Query("select count(c) from GenericShipment c where (c.processingStatus is null or c.processingStatus <> 'DELETED') AND (c.client.id = ?1) and (c.createdDate between ?2 and ?3) and (?4 is null or c.sendType = ?4) ")
Long countByClientIdAndCreatedDateBetween(String clientId, Date startDate, Date endDate, SendTypeEnum sendType);