代码搜索:Hibernate 有哪些应用?
找到约 10,000 项符合「Hibernate 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/346878/3179816
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/liukang
hibernate.connection.use
www.eeworm.com/read/344728/3204487
properties hibernate.properties
#Hibernate Config for "goa" database
hibernate.show_sql=false
hibernate.format_sql=false
hibernate.connection.pool_size=1
hibernate.jdbc.fetch_size=50
hibernate.jdbc.batch_size=30
hibernate.gene
www.eeworm.com/read/344727/3205048
properties hibernate.properties
#hibernate
hibernate.dialect=org.hibernate.dialect.HSQLDialect
#hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.cach
www.eeworm.com/read/344727/3205151
properties hibernate.properties
# hibernate
hibernate.dialect=org.hibernate.dialect.HSQLDialect
# hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
hibernate.cache.provider_class=org.hibernate.cache.Hashtab
www.eeworm.com/read/344727/3205352
properties hibernate.properties
#hibernate
hibernate.dialect=org.hibernate.dialect.HSQLDialect
#hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
#hibernate.dialect=org.hibernate.dialect.SQLServerDialect
hibernate.cach
www.eeworm.com/read/344727/3205356
properties hibernate.properties
# hibernate
hibernate.dialect=org.hibernate.dialect.HSQLDialect
# hibernate.cache.provider_class=org.hibernate.cache.EhCacheProvider
hibernate.cache.provider_class=org.hibernate.cache.Hashtab
www.eeworm.com/read/343313/3221295
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/343313/3221640
java hibernate.java
//$Id: Hibernate.java,v 1.16.2.8 2003/11/27 09:30:48 oneovthafew Exp $
package net.sf.hibernate;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.io.Serializ
www.eeworm.com/read/342581/3232362
h hibernate.h
//*****************************************************************************
//
// hibernate.h - API definition for the Hibernation module.
//
// Copyright (c) 2007-2008 Luminary Micro, Inc. A
www.eeworm.com/read/340323/3287082
h hibernate.h
//*****************************************************************************
//
// hibernate.h - API definition for the Hibernation module.
//
// Copyright (c) 2007 Luminary Micro, Inc. All ri