hibernateにおけるxmlの構成
hibernate.cfg.xml構成
XXX.hbm.xml構成
- XML ,version='1.0' XML ,encoding='gb2312' XML -->
com.mysql.jdbc.Driver
jdbc:mysql://localhost/hibernate
root
123456
20
true
50
23
false
true
gbk
org.hibernate.dialect.MySQLDialect
//
// url,
//
//
//hibernate
WEB-INF/hibernate.cfg.xml
// oracle , SQL
org.hibernate.dialect.OracleDialect
// HQL
org.hibernate.hql.ast.ASTQueryTranslatorFactory
// sql
true
// Hibernate hibernate.use_outer_join , outer join 。
true
// , cglib 。cglib Hibernate PO ,
true
// sql,
true
//“useUnicode” “characterEncoding” Encode, Encode
true
// , .
false
16
//
100
// ,DBCP (0 = ,1 = ,2 = )
1
//
1200
// ,
10
## prepared statement , 。
100
1
1200
10
XXX.hbm.xml構成