[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-3571) Change the default revision entity configuration

Steve Ebersole (JIRA) noreply at atlassian.com
Wed Jul 21 15:27:37 EDT 2010


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole updated HHH-3571:
--------------------------------

    Fix Version/s:     (was: 3.6.0.Beta1)
                   3.6.x

> Change the default revision entity configuration
> ------------------------------------------------
>
>                 Key: HHH-3571
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3571
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: envers
>            Reporter: Adam Warski
>            Assignee: Adam Warski
>             Fix For: 3.6.x
>
>
> The current revision table and field names are not accepted by databases such as Oracle. Hence:
> - change the revision entity name from _revision_entity to something acceptable by all databases (REVISION_ENTITY?)
> - change the revision field name from _revision (to revision?)
> Also, change the default id generation strategy from native to org.hibernate.id.enhanced.SequenceStyleGenerator
> Document those changes in the manual with a migration note!

-- 
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