[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6461) Revisit how IndentifierGenerators are created
Gail Badner (JIRA)
noreply at atlassian.com
Wed Jul 20 05:14:18 EDT 2011
Revisit how IndentifierGenerators are created
---------------------------------------------
Key: HHH-6461
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6461
Project: Hibernate Core
Issue Type: Task
Reporter: Gail Badner
IdentifierGeneratorResolver adds all settings from ConfigurationService.
In addition, IdentifierGeneratorResolver will add the following settings if they are not present:
- AvailableSettings.PREFER_POOLED_VALUES_LO = "false"
- PersistentIdentifierGenerator.IDENTIFIER_NORMALIZER = new ObjectNameNormalizerImpl( metadata )
ObjectNameNormalizer is defined in IdentifierGeneratorResolver. (Is this still needed?)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list