CCM NG: Documentation
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@3608 8810af33-2d31-482b-a856-94f89814c4dfpull/2/head
parent
66fd14a554
commit
10ac5a69a2
|
|
@ -19,8 +19,13 @@ How JPA is used in LibreCCM
|
||||||
{{{./ccm-core/apidocs/index.html?org/libreccm/core/CcmObject.html}CcmObject}}.
|
{{{./ccm-core/apidocs/index.html?org/libreccm/core/CcmObject.html}CcmObject}}.
|
||||||
Usually we customise the table name to use underscores instead of camel case
|
Usually we customise the table name to use underscores instead of camel case
|
||||||
in the database. Also we usually customise the names of columns the use
|
in the database. Also we usually customise the names of columns the use
|
||||||
underscores and only lower case letters. For examples look at the various
|
underscores.
|
||||||
examples in the code.
|
|
||||||
|
<<Important: To ensure compatibility with the supported
|
||||||
|
databases (H2, PostgresSQL and Oracle for now) use only uppercase letters
|
||||||
|
for database objects like schemas, tables and columns.>>
|
||||||
|
|
||||||
|
For examples look at the various examples in the code.
|
||||||
|
|
||||||
Each entity may be accompanied by one or two helper classes. There should
|
Each entity may be accompanied by one or two helper classes. There should
|
||||||
be an {{{Repository_classes}repository}} class for every entity.
|
be an {{{Repository_classes}repository}} class for every entity.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue