<session
factory>
<property name=
connection
driver_class
>net
sourceforge
jtds
jdbc
Driver</property>
<property name=
connection
url
>jdbc:jtds:sqlserver://ALEX:
/News</property>
<!
for oracle
<property name=
dialect
>org
hibernate
dialect
Oracle
Dialect</property>
>
<!
for Mysql
<property name=
dialect
>org
hibernate
dialect
MySQLDialect</property>
>
<!
for Ms SQL Server
>
<property name=
dialect
>org
hibernate
dialect
SQLServerDialect</property>
<property name=
connection
username
>sa</property>
<property name=
connection
password
>sa</property>
<property name=
show_sql
>true</property>
</session
factory>
RDBMS 方言
DB
org
hibernate
dialect
DB
Dialect
DB
AS/
org
hibernate
dialect
DB
Dialect
DB
OS
org
hibernate
dialect
DB
Dialect
PostgreSQL org
hibernate
dialect
PostgreSQLDialect
MySQL org
hibernate
dialect
MySQLDialect
MySQL with InnoDB org
hibernate
dialect
MySQLInnoDBDialect
MySQL with MyISAM org
hibernate
dialect
MySQLMyISAMDialect
Oracle (any version) org
hibernate
dialect
OracleDialect
Oracle
i/
g org
hibernate
dialect
Oracle
Dialect
Sybase org
hibernate
dialect
SybaseDialect
Sybase Anywhere org
hibernate
dialect
SybaseAnywhereDialect
Microsoft SQL Server org
hibernate
dialect
SQLServerDialect
SAP DB org
hibernate
dialect
SAPDBDialect
Informix org
hibernate
dialect
InformixDialect
HypersonicSQL org
hibernate
dialect
HSQLDialect
Ingres org
hibernate
dialect
IngresDialect
Progress org
hibernate
dialect
ProgressDialect
Mckoi SQL org
hibernate
dialect
MckoiDialect
Interbase org
hibernate
dialect
InterbaseDialect
Pointbase org
hibernate
dialect
PointbaseDialect
FrontBase org
hibernate
dialect
FrontbaseDialect
Firebird org
hibernate
dialect
FirebirdDialect
From:http://tw.wingwit.com/Article/program/Java/ky/201311/27952.html