Skip to content

Instantly share code, notes, and snippets.

@jhiemer
Created July 31, 2013 12:46
Show Gist options
  • Save jhiemer/6121679 to your computer and use it in GitHub Desktop.
Save jhiemer/6121679 to your computer and use it in GitHub Desktop.
@Query("{ service: ?0, validFrom : { $gte : Date(?2) }, operatingSystem : ?3, location : ?4 }")
public List<Tariff> findByServiceAndValidFromAndOperatingSystemAndLocation(long id, long timestamp, String operatingSystem, String location);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment