搜索资源列表
commons-dbutils-1.5-src
- 原则上这不能说是一个持久层框架,它提供了一些Jdbc的操作封装来简化数据查询和记录读取操作。代码非常简洁,如果你厌烦了Hibernate的庞大,不妨可以试试——DbUtils。-The Commons DbUtils library is a small set of classes designed to make working with JDBC easier. JDBC resource cleanup code is mundane, error prone work so these
hibernate-developer-guide
- Hibernate是一个开放源代码的对象关系映射框架,它对JDBC进行了非常轻量级的对象封装,使得Java程序员可以随心所欲的使用对象编程思维来操纵数据库。-Hibernate is an open source object-relational mapping framework, it had a very lightweight JDBC object package so that Java programmers can use arbitrary objects to manipu
Publisher_Manager
- 一套基于数据库开发的个人出版物管理系统, 使用Hibernate来进行持久化, 数据库连接选用MySQL, 使用java 和 ant来进行连接。 使用JUnit进行测试。 包含源代码、需求分析、文档和测试代码。-A set of publications based on database management systems developed by individuals, using Hibernate to carry out persistence, database con
SQL
- java学习中的创建数据库sql语句的帮助文档,一看就懂,欢迎大家下载!-java framework for learning with the help of hibernate the Chinese version of the document, a glance to understand, welcome everyone to download!
tongxunlu
- 基于struts+hibernate的Blog和多功能电子通讯录和留言板,实现分页显示,可自由随时上传、选择图片,回复等功能,实现增删改。数据库:sql 2000.运行环境:myeclipse 6.0.1 tomcat6.0(当然其他版本也行的)在jsp上有少许代码 美工还行(如不满意可在.CSS上改),这是一个很好的例子,希望对下载者能有所帮助-Based on struts+ hibernate' s Blog and multi-function electronic address
hibernate
- hibernate的映射,共九种,分为xml和annotation两种,我都写完了,个别没写测试-hibernate mapping, a total of nine, divided into two xml and annotation, I have finished, do not write individual test
TestingProject
- A project demonstration of spring, hibernate using mysql. complete web application for beginners
TCCMSV3.0_GBK
- TCCMSV2.1是由经验丰富的开发团队历时一年全新开发的结果。内核借鉴了java中的struts和hibernate框架的一些思路,结合smarty MVC引擎自主研发的一套php ORM 框架。是一套高效,安全,开源的内容管理系统。-TCCMSV2.1 lasted one year results of the newly developed by experienced development team. The kernel learn from some of the ideas o
hibernate-release-4.1.4.Final
- hibernate4.1 final版,包含jar包,源码-hibernate4.1 final version contains a jar, source
hibernate
- Hibernate files to access a PET Patient Test Record DataBase in POSTGRESQL
ss2h_demo2
- 通过一个小的实例对struts2、spring、hibernate三个框架进行了整合。-Through a small example for struts2, spring, hibernate three frameworks were integrated.
demo
- 简单的网上书店销售系统 是基于spring+hibernate+sturts2-A simple online bookstore sales system
oracle
- Oracle 存储过程 1 Oracle存储过程基础知识 1 Oracle存储过程的基本语法 2 关于Oracle存储过程的若干问题备忘 4 1. 在Oracle中,数据表别名不能加as。 4 2. 在存储过程中,select某一字段时,后面必须紧跟into,如果select整个记录,利用游标的话就另当别论了。 5 3. 在利用select...into...语法时,必须先确保数据库中有该条记录,否则会报出 no data found 异常。 5 4. 在存储过程中,