WEB开发网
开发学院软件开发Java hibernate 多对多关系详解(包括中间表,一对多字表... 阅读

hibernate 多对多关系详解(包括中间表,一对多字表)

 2012-05-25 11:13:59 来源:WEB开发网   
核心提示:<!-- Disable the second-level cache--><property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property> <!-- E
<!-- Disable the second-level cache -->

    <property name="cache.provider_class">org.hibernate.cache.NoCacheProvider</property>

 

    <!-- Echo all executed SQL to stdout -->

    <property name="show_sql">true</property>

 

    <!-- Drop and re-create the database schema on startup -->

    <property name="hbm2ddl.auto">create</property>

 

上一页  9 10 11 12 13 14 15 16 17 18 19  下一页

Tags:hibernate 关系 详解

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接