[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
Sat Nov 28 11:29:08 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=34794#action_34794 ]
Paul Benedict commented on HHH-4608:
------------------------------------
Any objection to exposing them in {{o.h.cfg.Settings}} as methods? We may want to ask Steve for his opinion, too. It will be a requirement to getting them during runtime.
{code}
String #getAuditDefaultSchemaName()
String #getAuditDefaultCatalogName()
{code}
Some further analysis:
* What about patching {{o.h.cfg.Environment}} to document the new properties in the API doc? I believe you already did this in the reference manual.
* Since everything in envers deals with auditing, consider dropping "Audit" (or vice-versa) since the property is already namespaced with "envers"?
> 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