代码搜索:Hibernate 有哪些应用?

找到约 10,000 项符合「Hibernate 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/447670/1700168

properties hibernate.properties

hibernate.dialect net.sf.hibernate.dialect.SybaseDialect hibernate.connection.driver_class=com.jnetdirect.jsql.JSQLDriver hibernate.connection.url=jdbc:JSQLConnect://127.0.0.1:1433/database=MakeOrde
www.eeworm.com/read/447670/1700188

properties hibernate.properties

hibernate.dialect net.sf.hibernate.dialect.SybaseDialect hibernate.connection.driver_class=com.jnetdirect.jsql.JSQLDriver hibernate.connection.url=jdbc:JSQLConnect://127.0.0.1:1433/database=MakeOrde
www.eeworm.com/read/439764/1804677

properties hibernate.properties

hibernate.dialect=org.hibernate.dialect.SQLServerDialect hibernate.transaction.factory_class=org.hibernate.transaction.JDBCTransactionFactory hibernate.show_sql=true hibernate.query.factory_class=o
www.eeworm.com/read/436526/1848613

properties hibernate.properties

###################### ### Query Language ### ###################### ## define query language constants / function names hibernate.query.substitutions true 1, false 0, yes 'Y', no 'N' ## sele
www.eeworm.com/read/436018/1856801

h hibernate.h

//***************************************************************************** // // hibernate.h - API definition for the Hibernation module. // // Copyright (c) 2007-2008 Luminary Micro, Inc. A
www.eeworm.com/read/435106/1866259

properties hibernate.properties

hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect hibernate.connection.driver_class=com.mysql.jdbc.Driver hibernate.connection.url=jdbc:mysql://localhost:3306/zhangkai hibernate.connection.us
www.eeworm.com/read/435104/1866286

properties hibernate.properties

hibernate.dialect=net.sf.hibernate.dialect.MySQLDialect hibernate.connection.driver_class=com.mysql.jdbc.Driver hibernate.connection.url=jdbc:mysql://localhost:3306/computer hibernate.connection.us
www.eeworm.com/read/432727/1890008

zul hibernate.zul

www.eeworm.com/read/432174/1895306

properties hibernate.properties

hibernate.dialect=org.hibernate.dialect.SQLServerDialect hibernate.connection.driver_class=net.sourceforge.jtds.jdbc.Driver hibernate.connection.url=jdbc:jtds:sqlserver://localhost:1433/db_BlodMay
www.eeworm.com/read/432174/1895318

java hibernate.java

package com.Hibernate.util; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import com.Hibernate.persistence.*; public clas