Hibernate 初步
hibernate-release-4.1.6:
http://downloads.sourceforge.net/project/hibernate/hibernate4/4.1.6.Final/hibernate-release-4.1.6.Final.zip?r=http%3A//sourceforge.net%2Fprojects%2Fhibernate%2Ffiles%2Fhibernate4%2F4.1.6.Final%2F&ts=1345636454&use_mirror=nchc
Hibernate configuration file
Hibernate配置文件: hibernate.cfg.xml
property:
connection.driver_class
connection.url
connection.username
connection.password
connection.pool_size : Hibernate内置连接池,不作为生产之用。
dialect
hbm2ddl.auto : ddl自动建表之用。
mapping:
resource : mapping file的路径。例: org/hibernate/tutorial/hbm/Event.hbm.xml