[hibernate-dev] Metamodel tests
Hardy Ferentschik
hardy at hibernate.org
Mon Jul 30 04:46:08 EDT 2012
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
More information about the hibernate-dev
mailing list