<!
DOCTYPE?hibernate-configuration?PUBLIC
????"-//Hibernate/Hibernate?Configuration?DTD?3.0//EN"
????"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" >
< hibernate-configuration >
?? < session-factory >
???? < property? name ="hibernate.connection.url" >
???????jdbc:Microsoft:sqlserver://192.168.10.236:1433;databaseName=Sample
???? </ property >
???? < property? name ="hibernate.connection.driver_class" >
???????com.microsoft.jdbc.sqlserver.SQLServerDriver
???? </ property >
???? < property? name ="hibernate.connection.username" >
???????sa
???? </ property >
???? < property? name ="hibernate.connection.password" >
???????55
???? </ property >
???? < property? name ="dialect" >
???????org.hibernate.dialect.SQLServerDialect
???? </ property >
???? < property? name ="hibernate.show_sql" >
???????true
???? </ property >
???? < property? name ="hibernate.transaction.factory_class" >
???????org.hibernate.transaction.JDBCTransactionFactory
???? </ property >
???? < mapping? resource ="TItem.hbm.xml" /> ????
?? </ session-factory >
</ hibernate-configuration >
????"-//Hibernate/Hibernate?Configuration?DTD?3.0//EN"
????"http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd" >
< hibernate-configuration >
?? < session-factory >
???? < property? name ="hibernate.connection.url" >
???????jdbc:Microsoft:sqlserver://192.168.10.236:1433;databaseName=Sample
???? </ property >
???? < property? name ="hibernate.connection.driver_class" >
???????com.microsoft.jdbc.sqlserver.SQLServerDriver
???? </ property >
???? < property? name ="hibernate.connection.username" >
???????sa
???? </ property >
???? < property? name ="hibernate.connection.password" >
???????55
???? </ property >
???? < property? name ="dialect" >
???????org.hibernate.dialect.SQLServerDialect
???? </ property >
???? < property? name ="hibernate.show_sql" >
???????true
???? </ property >
???? < property? name ="hibernate.transaction.factory_class" >
???????org.hibernate.transaction.JDBCTransactionFactory
???? </ property >
???? < mapping? resource ="TItem.hbm.xml" /> ????
?? </ session-factory >
</ hibernate-configuration >