代码搜索:Hibernate 开发教程
找到约 10,000 项符合「Hibernate 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/405479/2290762
properties hibernate.properties
################################################################################
# Hibernate, Relational Persistence for Idiomatic Java #
#
www.eeworm.com/read/403559/2310009
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/398510/2377727
h hibernate.h
//*****************************************************************************
//
// hibernate.h - API definition for the Hibernation module.
//
// Copyright (c) 2007-2008 Luminary Micro, Inc. A
www.eeworm.com/read/398129/2396159
properties hibernate.properties
hibernate.connection.driver_class=org.postgresql.Driver
hibernate.connection.url=jdbc:postgresql://192.168.2.2/pts_devel
hibernate.connection.username=liguangke
hibernate.connection.password=liguan
www.eeworm.com/read/398129/2397313
properties hibernate.properties
hibernate.connection.driver_class=org.postgresql.Driver
hibernate.connection.url=jdbc:postgresql://192.168.2.2/pts_devel
hibernate.connection.username=liguangke
hibernate.connection.password=liguan
www.eeworm.com/read/396733/2408306
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=student
www.eeworm.com/read/396733/2408353
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=student
www.eeworm.com/read/395211/2449007
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=student
www.eeworm.com/read/393739/2464467
properties hibernate.properties
######################
### Query Language ###
######################
## define query language constants / function names
hibernate.query.substitutions true 1, false 0, yes 'Y', no 'N'
###########