以Java屬性檔案的格式建立Hibernate的設定檔和DTD特殊符號作用,hibernatedtd

來源:互聯網
上載者:User

以Java屬性檔案的格式建立Hibernate的設定檔和DTD特殊符號作用,hibernatedtd


範例程式碼

hibernate.dialect=org.hibernate.dialect.MySQLDialecthibernate.connection.driver_class=com.mysql.jdbc.Driverhibernate.connection.url=jdbc:mysql://localhost:3306/SAMPLEDBhibernate.connection.username=roothibernate.connection.password=1234hibernate.connection.show_sql=true

屬性

hibernate.dialect  指定資料庫使用的sql方言   

hibernate.connection.driver_class指定資料庫的驅動程式

hibernate.connection.url指定串連資料的URL

hibernate.connection.username指定串連資料庫的使用者名稱

hibernate.connection.password  指定串連資料庫的口令

hibernate.connection.show_sql  如果為true,表示程式運行時,會在控制台輸出sql語句,這有利於跟蹤Hibernate的運  行狀態,預設為false。在應用開發測試階段,可以把這個屬性設為true,以便跟蹤和調試應用程式,在應用發布階段,應該把這個屬性設為false,一邊減少應用的輸出資訊,提高運行效能


DTD特殊符號作用

無符號  該子項目在父元素內必須存在且只能存在一次

+           該子項目在父元素內必須存在,可以存在一次或者多次

*            該子項目在父元素內可以不存在,或者存在一次或者多次,它是比較常用的符號

?          該子項目在父元素內可以不存在,或者只存在一次,它是比較常用的符號



相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.