代码搜索:Hibernate 开发教程

找到约 10,000 项符合「Hibernate 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/238694/13869071

doc hibernate.doc

www.eeworm.com/read/143607/5756301

properties hibernate.properties

## Oracle #hibernate.dialect org.hibernate.dialect.OracleDialect #hibernate.dialect org.hibernate.dialect.Oracle9Dialect #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver #hiberna
www.eeworm.com/read/143607/5756341

properties hibernate.properties

## Oracle #hibernate.dialect org.hibernate.dialect.OracleDialect #hibernate.dialect org.hibernate.dialect.Oracle9Dialect #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver #hiberna
www.eeworm.com/read/129778/5969800

properties hibernate.properties

hibernate.dialect net.sf.hibernate.dialect.MySQLDialect #hibernate.dialect net.sf.hibernate.dialect.PostgreSQLDialect #hibernate.dialect net.sf.hibernate.dialect.HSQLDialect #PostgreSQL conn
www.eeworm.com/read/113176/6136056

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/488127/6497036

txt hibernate.txt

七、如何实现hibernate的annotation 1、annotation将相关的配置写在代码中,而不是写在xml中 这样可以减少xml文件,方便维护。 2、当用到hibernate3.2的注解时,不能用Configuration而是用 AnnotationConfiguration加载相关的配置文件,其可以加载
www.eeworm.com/read/487472/6513655

pdf hibernate.pdf

www.eeworm.com/read/410870/11266556

ppt hibernate.ppt

www.eeworm.com/read/410649/11273471

java hibernate.java

package com.holpe.database; /** * Title: * * Description: * * Copyright: Copyright (c) 2008 * * Company:holpe * * @author liuxb * @version 1.0 *