Re: [hibernate-dev] JPA's allocationSize & SequenceHiLoGenerator

2008-10-10 Thread Alexander Snaps
Here's the answer I got: http://in.relation.to/Bloggers/New323HibernateIdentifierGenerators As for the allocationSize's default, it is 1 using Hibernate. It won't use the HiLo algorithm by default. Everything is covered at the url above... except why isn't this the default behavior (at least for t

Re: [hibernate-dev] JPA's allocationSize & SequenceHiLoGenerator

2007-11-23 Thread Max Rydahl Andersen
http://in.relation.to/Bloggers/New323HibernateIdentifierGenerators Hi, I would like to get some feedback on the SequenceHiLoGenerator impl. being used when specifying a value larger than 1 to the allocationSize parameter of the @SequenceGenerator annotation. I am indeed wondering why it isn't s