CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - Hibernate Persistence

搜索资源列表

  1. j_8423_easydbo

    0下载:
  2.  EasyDBO是由简易java框架网(www.easyjf.com)开发的一个适合中小型软件数据库开发的java数据持久层框架,系统参考hibernate、JDO等,结合中小项目软件的开发实际,实现简单的Java对象到关系数据的映射。EasyDBO由于比较简单,比较适合于中小企业及个人开发使用,EasyDBO当前还处于测试阶段、是一个简易但不太成熟的对象-关系映射开源中间件。   EasyDBO的源代码非常简单,有一点Java知识的人基本上都能读懂,因此,选择EasyDBO作本文的示
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2117134
    • 提供者:sxy
  1. HibernateNotebook

    0下载:
  2. Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1251526
    • 提供者:raymond
  1. openreports-0.8.0

    0下载:
  2. The ability to create groups of reports, and grant users access to reports by group. The ability to generate reports as PDF, XLS, HTML, and CSV files. The ability to generate bar, pie and xy charts for inclusion in reports. The ability to schedule an
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:9177592
    • 提供者:温厚
  1. caster

    0下载:
  2. 数据持久化,与Hibernate大致相同,但在性能上有很大的区别,详细可阅读代码。-Data Persistence with Hibernate or less the same, but in performance there was a great difference in detail can read the code.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5268
    • 提供者:roland
  1. Struts

    0下载:
  2. 本书由浅入深、循序渐进地介绍了MVC的体系结构和如何构建一个基于MVC的Web框架,目的是帮助软件开发人员快速掌握MVC的设计思想,并能使用MVC的内涵设计Web框架。全书共分12章。第1章详细介绍MVC的设计思想、优缺点,以及如何构建一个基于MVC的Web框架;通过这部分知识的介绍,建立起读者对MVC的理论基础。第2~9章将逐步实现一个基于MVC的Web框架和持久层框架;读者可以通过这部分内容的学习,掌握其实现细节和核心设计方式。第10~11章主要介绍如何将自己实现的Web框架与其他工具进行整
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:9834343
    • 提供者:lll
  1. MasteringHibernate

    0下载:
  2. 学习Hibernate框架的好书籍,实现Java的对象持久化技术。-Hibernate framework for studying a good book, Java implementation of object persistence technology.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:9006431
    • 提供者:Vickie
  1. 22

    0下载:
  2. Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1251252
    • 提供者:欣怡
  1. Bolg

    0下载:
  2. 一个基于Ajax技术的Blog系统,这个系统允许发表BLOG文章和评论,该BLOG系统的后台系统以Hibernate作为持久层的ORM框架,使用Spring作为中间层的IoC容器,Ajax引擎使用了DWR,上DWR直接访问Spring容器中的业务逻辑组件-One based on Ajax technology, Blog system, which allows BLOG published articles and reviews, the BLOG system, back office
  3. 所属分类:Ajax

    • 发布日期:2017-05-23
    • 文件大小:7298853
    • 提供者:天使不爱
  1. ibatis-3-core-3.0.0.200

    0下载:
  2. javaEE的持久化层中一个比较好用的框架源包,它比较hibernate的效率高,可以直接操作sql语句-javaEE persistence layer of a more user-friendly framework for the source package, it is relatively high efficiency of hibernate, you can directly manipulate sql statement
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:862714
    • 提供者:wang
  1. Hibernate3_chm

    0下载:
  2. 提供此文档的目的就是为了减缓hibernate的坡度,帮助初学者学习hibernate数据持久层设计-The purpose of this document available is to reduce the slope of hibernate to help beginners learn hibernate data persistence layer design
  3. 所属分类:Java Develop

    • 发布日期:2017-05-02
    • 文件大小:1000819
    • 提供者:张伟
  1. hibernate_reference

    0下载:
  2. Hibernate is a powerful, high performance object/relational persistence and query service. Hibernate lets you develop persistent classes following object-oriented idiom - including association, inheritance, polymorphism, composition, and collections.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-02
    • 文件大小:684509
    • 提供者:Guinivere
  1. ChiJiu

    0下载:
  2. 关于web的持久化操作,Hibernate和JDBC-Persistence on the web operation, Hibernate and JDBC
  3. 所属分类:Java Develop

    • 发布日期:2017-05-19
    • 文件大小:5349478
    • 提供者:
  1. J2EEkjyj

    0下载:
  2. 在经典的J2EE四层体系结构的基础上增加数据持久层,提出了基于J2EE五层体系结构的Web开发 框架 分析了基于Struts框架的J2EE架构中实现对象持久性的局限性,从中分离出对象持久层,并将Hibernate 这个面向对象的轻量级对象持久性技术集成到该架构中 应用DAO设计模式在业务逻辑层与持久层之间设计 了多源数据访问组件,抽象和封装了对不同数据源的数据访问操作,实现对不同类型、结构、环境、用法的异构数 据库的统一访问。-In the classical architect
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:418263
    • 提供者:张瀛丹
  1. spring-and-hibernate

    0下载:
  2. 这是本人在采用J2EE架构开发程序时所采用的Spring和Hibernate的混合框架的配置文件,Hibernate 将自身托管给Spring,换取Spring对Hibernate进行全面的支持。Spring为Hibernate注入SessionFactory对象,通过Hibernat来持久化对象,而Hibernate只需要获得SessionFactory的引用,便可以智能的打开Session,并通过Data Access Object(DAO)完成对数据库的CRUD(增、删、改、查)操作,并在
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:4866
    • 提供者:ss
  1. Packt-.Spring.Persistence.with.Hibernate.(2009).[

    0下载:
  2. Pack Spring Persistence with Hibernate (2009) one of the best book for java web
  3. 所属分类:Java Develop

    • 发布日期:2017-05-11
    • 文件大小:2964556
    • 提供者:nam
  1. Java-Persistence-With-Hibernate-(2006)

    0下载:
  2. The ultimate guide to the Hibernate open source project. It provides in-depth information on architecture of Hibernate, configuring Hibernate and development using Hibernate…It also explains essential concepts like, object/relational mapping (O
  3. 所属分类:Java Develop

    • 发布日期:2017-05-23
    • 文件大小:7037485
    • 提供者:elena
  1. Hibernate-Java

    0下载:
  2. 精通Hibernate Java对象持久化技术详解(第二版).zip很多有用的例子-Proficient Hibernate Java object persistence technologies Xiangjie (second edition). Zip many useful examples
  3. 所属分类:Java Develop

    • 发布日期:2017-11-12
    • 文件大小:44784042
    • 提供者:linjunjia
  1. hibernate-development

    0下载:
  2. 在java的web编程中的三大框架之一hibernate的简单应用源代码 有助于我们学习java的web开发中的数据持久化。-Simple application source code for one of the three frameworks hibernate in java web programming helps us learn data persistence in Java web development.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-11-20
    • 文件大小:3436544
    • 提供者:小华
  1. javax-persistence-v3.11-src

    0下载:
  2. Hybernate manager: package restructuring in client.model all client entities are now in the context of a checkout started with implementation of CheckoutModel and FredModel for the client implemented the DAO layer for both EntityManager and Hibernate
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-15
    • 文件大小:85338
    • 提供者:herbertgoergens
  1. jsp-BBS

    0下载:
  2. 以一个小小的论坛为题,充分展开了对所学知识的运用;先讲述了各种开发工具,如:Myeclips, SQL Server 2000, Dreamweaver,以及运行服务器;也描述了MVC,Struts,Hibernate,这两种目前软件开发中比较流行的框架。本软件采用MVC架构方式,用Struts进行分层,用Hibernate完成持久层,并与数据库完成交互,讲述了具体的设计过程,如:登陆、帖区、后台管理区等是怎样设计的,怎么实现资料上传,安全性控制等。充分表现了本系统与以往C/S结构的区别,并以实
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-05-27
    • 文件大小:9405077
    • 提供者:钟凯瑞
« 1 23 »
搜珍网 www.dssz.com