[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-4608) Add new properties that will allow to specify the default schema and catalog that should be used for audit tables
Paul Benedict (JIRA)
noreply at atlassian.com
Sun Dec 6 00:29:08 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34871#action_34871 ]
Paul Benedict commented on HHH-4608:
------------------------------------
Adam, all of Hibernate properties use lower case and underscores -- not camel case -- for their multi-word usage. I recommend you think about changing your new property names to match, unless this tradition has been abandoned. Otherwise, I recommend:
{code}
org.hibernate.envers.default_schema
org.hibernate.envers.default_catalog
{code}
to sync with:
{code}
org.hibernate.default_schema
org.hibernate.default_catalog
{code}
> Add new properties that will allow to specify the default schema and catalog that should be used for audit tables
> -----------------------------------------------------------------------------------------------------------------
>
> Key: HHH-4608
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4608
> Project: Hibernate Core
> Issue Type: New Feature
> Components: envers
> Reporter: Adam Warski
> Assignee: Adam Warski
> Fix For: 3.5
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list