max wrote:
I don't understand the question.
As EJB3 specification say, is possibile to define SequenceGenerator at pakege level... see the Hiberante Annotation Dicumentation 2.2 "Mapping Identifier Properties"... Hibernate Core 3.1.1 support this and at runtime it uses the right sequences to insert new rows.
On contrary The Hibernate Tools 3.1.0 beta2 seams ingore that kind of sequences during the Schema Generation... and so we haven't any sequance in the database...
Just nothing this, I know Hibernate Tools 3.1.0 beta2 is still a BETA version.
Thanks