This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // see: | |
| // http://jdbi.org/fluent_queries/ | |
| // http://www.jooq.org/doc/3.7/manual/getting-started/use-cases/jooq-as-a-standalone-sql-builder/ | |
| // Your Java Bean | |
| public static class Reminder { | |
| private long id; | |
| private long customerId; | |
| public Reminder(long id, long customerId) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"coverage","message":"83.3%","schemaVersion":1,"color":"hsl(99, 100%, 40%)"} |