Skip to content

Commit

Permalink
Merge pull request #4 from rchodava/sf-issue-39
Browse files Browse the repository at this point in the history
Outlines built by repositories should be snake_cased by deafult
  • Loading branch information
rchodava committed Feb 24, 2016
2 parents 99df721 + 5aa715e commit a079ca3
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 a079ca3

Please sign in to comment.