Hibernate: hibernate.hbm2ddl.auto=update show generated sql

Posted by FoxyBOA on Stack Overflow See other posts from Stack Overflow or by FoxyBOA
Published on 2010-03-13T08:09:12Z Indexed on 2010/03/13 8:15 UTC
Read the original article Hit count: 443

Filed under:
|
|
|
|

I wish to pass to Hibernate's SessionFactory

hibernate.hbm2ddl.auto=update

and see in log file generated sql statements. Is it possible w/o java coding (know how to achieve the result with SchemaExport, but hope that hibernate has "in box" solution)

© Stack Overflow or respective owner

Related posts about hibernate

Related posts about java