You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Romain Manni-Bucau (Jira)" <ji...@apache.org> on 2020/04/29 18:47:00 UTC

[jira] [Created] (OPENJPA-2812) Enable to force snake_case for column names

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)