Skip to content

Commit

Permalink
Outlines built by repositories should be snake_cased by deafult
Browse files Browse the repository at this point in the history
  • Loading branch information
rchodava committed Feb 24, 2016
1 parent 99df721 commit 5aa715e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected Repository(DatabaseClient client, OutlineBuilder outlineBuilder, Class
}

protected <E> Outline<E> buildOutline(Class<E> entityClass) {
return outlineBuilder.build(entityClass);
return outlineBuilder.defaultSnakeCased().build(entityClass);
}

protected <R> R executeQuery(BiFunction<DatabaseClient, Outline<T>, R> executor) {
Expand Down

0 comments on commit 5aa715e

Please sign in to comment.