Romain Manni-Bucau created OPENJPA-2812: -------------------------------------------
Summary: Enable to force snake_case for column names Key: OPENJPA-2812 URL: https://issues.apache.org/jira/browse/OPENJPA-2812 Project: OpenJPA Issue Type: Task Reporter: Romain Manni-Bucau Assignee: Romain Manni-Bucau Fix For: 3.1.2 Usage would be to configure the db dictionary in the unit properties (adjusting your dictionary): {code:java} openjpa.jdbc.DBDictionary=derby(javaToDbColumnNameProcessing=snake_case) {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)