]
Tim Vollmer commented on HHH-4228:
----------------------------------
Brett (I would if I could) - can you update the "Affects Version/s" field to see
if this helps to get some attention on this?
@TableGenerator realisation does not respect initialValue
---------------------------------------------------------
Key: HHH-4228
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4228
Project: Hibernate Core
Issue Type: Bug
Components: annotations
Reporter: Christoph Schönfeld
Priority: Minor
I would like to have generated IDs for a certain entity type start at the value of 1000.
Consider the following example.
@TableGenerator(name = "employee",
table = "SEQUENCES",
pkColumnName = "name",
valueColumnName = "value",
pkColumnValue = "employee",
allocationSize = 10,
initialValue = 1000)
Hibernate generates the SEQUENCES table correctly but it always returns 1 as the first
generated key.
In the source code of AnnotationBinder.java which seems to be responsible for binding the
@TableGenerator annotation to a MultipleHiLoPerTableGenerator instance the initialValue
property is ignored.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: