How to create a one-to-many relationship with JDBI SQL object API?
OK, after a lot of searching, I see two ways dealing with this: The first option is to retrieve an object for each column and merge it in the Java code at the resource (i.e. do the join in the code instead of having it done by the database). This would result in something like … Read more