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

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

代码结果 10,000
www.eeworm.com/read/431890/1902487

java hibernate.java

package mrgf.other; import org.hibernate.cfg.Configuration; import org.hibernate.SessionFactory; import org.hibernate.Session; import org.hibernate.Transaction; import org.hibernate.Query; imp
www.eeworm.com/read/427914/1964400

h hibernate.h

//***************************************************************************** // // hibernate.h - API definition for the Hibernation module. // // Copyright (c) 2007 Luminary Micro, Inc. All ri
www.eeworm.com/read/427914/1964432

c hibernate.c

//***************************************************************************** // // hibernate.c - Driver for the hibernation module // // Copyright (c) 2007 Luminary Micro, Inc. All rights rese
www.eeworm.com/read/421282/2053298

properties hibernate.properties

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

license hibernate.license

GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999 Copyright (C) 1991, 1999 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyo
www.eeworm.com/read/414020/2154800

properties hibernate.properties

# # template file for 3rd party webapp persistence # hibernate.show_sql=false hibernate.connection.poolsize=40 ## HSQL hibernate.dialect=org.hibernate.dialect.HSQLDialect hibernate.connection.usern
www.eeworm.com/read/414020/2155126

properties hibernate.properties

hibernate.show_sql=false hibernate.connection.provider_class=org.hibernate.connection.C3P0ConnectionProvider hibernate.connection.pool_size=40 hibernate.connection.autocommit=true hibernate.connection
www.eeworm.com/read/409921/2228111

c hibernate.c

/* $Id: hibernate.c 22996 2006-07-10 13:47:11Z janderwald $ * * PROJECT: ReactOS Power Configuration Applet * LICENSE: GPL - See COPYING in the top level directory * FILE:
www.eeworm.com/read/409177/2238596

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_work; hi
www.eeworm.com/read/405479/2288771

properties hibernate.properties

################################################################################ # Hibernate, Relational Persistence for Idiomatic Java # #