On Jul 29, 2012, at 10:38 PM, Steve Ebersole wrote:
Just a reminder that I am on vacation this next week.
If you want this in the meantime, you just need to alter the
org.hibernate.metamodel.spi.relational.Database#generateSchemaCreationScript
and
org.hibernate.metamodel.spi.relational.Database#generateDropSchemaScript
methods. There is a
org.hibernate.metamodel.spi.relational.Schema#sequences collection, but
they wont be populated using this
generateSchemaCreationScript/generateDropSchemaScript approach, so in
there you will need a way to find all persistent identifier generators
(please DO NOT collect them on Database/Schema) and handle it.
Nice. Sounds good. I like how the new model is shaping up.
--hardy