[hibernate-dev] schema export question

Steve Ebersole steve at hibernate.org
Sat Jul 28 11:33:38 EDT 2012


On 07/28/2012 10:16 AM, Hardy Ferentschik wrote:
>
>>
>> We can discuss the state of the changes so far locally on my machine
>> if you want.
>
> Sounds good. Maybe you can push thing to GitHub

I did (see my emails from yesterday).

https://github.com/hibernate/hibernate-orm/commit/ce9fa10902d8eee0897a383565a7eb9224ae33ee 


https://github.com/hibernate/hibernate-orm/commit/f43c8bab1b82a142353d5651ac619f31ee29e809 


https://github.com/hibernate/hibernate-orm/commit/47f6360225f036a5cecc377f4ba4e6e09c7a2069 



The main "schema management" package is:
https://github.com/hibernate/hibernate-orm/tree/metamodel/hibernate-core/src/main/java/org/hibernate/service/schema 



As an included fun side project, I started taking a look at this
notion of a "JDBC environment" which is the merging of information
from Dialect and DatabaseMetaData:
https://github.com/hibernate/hibernate-orm/blob/metamodel/hibernate-core/src/main/java/org/hibernate/engine/jdbc/env 


-- 
steve at hibernate.org
http://hibernate.org



More information about the hibernate-dev mailing list