Hibernate 程序高手秘笈(影印版)

Hibernate 程序高手秘笈(影印版)
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者: [美]
2005-11
版次: 1
ISBN: 9787564101664
定价: 32.00
装帧: 平装
开本: 其他
纸张: 胶版纸
页数: 176页
2人买过
  • 你是否喜爱编写软件程序,但却讨厌数据库编码?《Hibernate:程序高手秘笈》正是你所需要的。数据库专家或许喜欢摆弄SQL,但你不必,应用程序的其余部分才是真正有趣的部分。并且,数据库专家甚至担心单调乏味的应用需要把它们的SQL放入一个Java程序。《Hibernate:程序高手秘笈》展示了如何用Hibernate来自动化配置:写一些Java对象和简单的配置文件,Hibernate将使这些对象和数据库间的所有交互自动化。你甚至不必知道数据库在哪,并且,通过更改一个配置文件中的几个语句,就能简单的从一个数据库切换到另一个数据库。
      
      
       《Hibernate程序高手秘笈》带你遍历Hibernate的使用,从安装和配置到复杂的关联和复合类型。书中有两章探究如何实现复杂的查询:通过一个纯的Java API,或者用一个SQL激发的但是面向对象的查询语言来表达。使用Hibernate的最大惊喜之一是:对于许多常见的真实世界的应用场景,根本不需要一个精确的查询,但别因为这给你带来困惑。如果你已意图给自己的应用加个数据库,不要拖延,这比过去的更有趣,《Hibernate:程序高手秘笈》会告诉你为什么。 James Elliott is a senion software engineer at Berbee,with over 15 years of professional experience as a systems developer.A decade before that career,he cultivated his involvement and fascination with computers,and started designing with objects well bef Preface

    Chapter 1.Installation and Setup

      Getting an Ant Distribution

      Getting the HSQLDB Database Engine

      Getting Hibemate

      Setting Up a Project Hierarchy

    Chapter 2.Introduction to Mapping

      Writing a Mapping Document

      Generating Some Class

      Cooking Up a Schema

      Connecting Hibernate to MySQL

    Chapter 3.Harnessing Hibernate

      Creating Persistent Objects

      Finding Persistent Objects

      Better Ways to Build Queries

    Chapter 4.Collections and Associations

      Mapping Collections

      Persisting Collections

      Retrieving Collections

      Using Bidirectional Associations

      working with Simple Collections

    Chapter 5.Richer Associations

      Using Lazy Associations

      Ordered Collections

      Augmenting Associations in Collections

      Lifecycle Associations

      Reflexive Associations

    Chapter 6.Persistennt Enumerated Types

      Defining a Persistent Enumerated Type

      Working with Persistent Enumerations

    Chapter 7.Custom Value Types

      Defining a User Type

      Using a custom Type Mapping 

      Building a Composite User Type

    Chapter 8.Criteria Queries

      Using Simple Criteria

      Compounding Criteria

      Applying Criteria to Associations

      Querying by Example

    Chapter 9.A Look at HQL

      Writing HQL Queries

      Selecting Properties and Pieces

      Sorting

      Working with Aggregate Values

      Writing Native SQL Queries

    Appendix A.Hibernate Types

    Appendix B.Standard Criteria

    Appendix C.Hibernate SQL Dialects

    Index
  • 内容简介:
    你是否喜爱编写软件程序,但却讨厌数据库编码?《Hibernate:程序高手秘笈》正是你所需要的。数据库专家或许喜欢摆弄SQL,但你不必,应用程序的其余部分才是真正有趣的部分。并且,数据库专家甚至担心单调乏味的应用需要把它们的SQL放入一个Java程序。《Hibernate:程序高手秘笈》展示了如何用Hibernate来自动化配置:写一些Java对象和简单的配置文件,Hibernate将使这些对象和数据库间的所有交互自动化。你甚至不必知道数据库在哪,并且,通过更改一个配置文件中的几个语句,就能简单的从一个数据库切换到另一个数据库。
      
      
       《Hibernate程序高手秘笈》带你遍历Hibernate的使用,从安装和配置到复杂的关联和复合类型。书中有两章探究如何实现复杂的查询:通过一个纯的Java API,或者用一个SQL激发的但是面向对象的查询语言来表达。使用Hibernate的最大惊喜之一是:对于许多常见的真实世界的应用场景,根本不需要一个精确的查询,但别因为这给你带来困惑。如果你已意图给自己的应用加个数据库,不要拖延,这比过去的更有趣,《Hibernate:程序高手秘笈》会告诉你为什么。
  • 作者简介:
    James Elliott is a senion software engineer at Berbee,with over 15 years of professional experience as a systems developer.A decade before that career,he cultivated his involvement and fascination with computers,and started designing with objects well bef
  • 目录:
    Preface

    Chapter 1.Installation and Setup

      Getting an Ant Distribution

      Getting the HSQLDB Database Engine

      Getting Hibemate

      Setting Up a Project Hierarchy

    Chapter 2.Introduction to Mapping

      Writing a Mapping Document

      Generating Some Class

      Cooking Up a Schema

      Connecting Hibernate to MySQL

    Chapter 3.Harnessing Hibernate

      Creating Persistent Objects

      Finding Persistent Objects

      Better Ways to Build Queries

    Chapter 4.Collections and Associations

      Mapping Collections

      Persisting Collections

      Retrieving Collections

      Using Bidirectional Associations

      working with Simple Collections

    Chapter 5.Richer Associations

      Using Lazy Associations

      Ordered Collections

      Augmenting Associations in Collections

      Lifecycle Associations

      Reflexive Associations

    Chapter 6.Persistennt Enumerated Types

      Defining a Persistent Enumerated Type

      Working with Persistent Enumerations

    Chapter 7.Custom Value Types

      Defining a User Type

      Using a custom Type Mapping 

      Building a Composite User Type

    Chapter 8.Criteria Queries

      Using Simple Criteria

      Compounding Criteria

      Applying Criteria to Associations

      Querying by Example

    Chapter 9.A Look at HQL

      Writing HQL Queries

      Selecting Properties and Pieces

      Sorting

      Working with Aggregate Values

      Writing Native SQL Queries

    Appendix A.Hibernate Types

    Appendix B.Standard Criteria

    Appendix C.Hibernate SQL Dialects

    Index
查看详情
您可能感兴趣 / 更多
Hibernate 程序高手秘笈(影印版)
编程匠艺:编写卓越的代码
[美] 著
Hibernate 程序高手秘笈(影印版)
敏捷开发艺术(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
C++程序设计(英文版)
[美] 著
Hibernate 程序高手秘笈(影印版)
Ajax
[美] 著
Hibernate 程序高手秘笈(影印版)
高级网络管理(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
光纤通信原理、系统与应用
[美] 著
Hibernate 程序高手秘笈(影印版)
UML面向对象设计基础(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
面向对象系统架构及设计(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
Oracle9i DBA基础教程
[美] 著
Hibernate 程序高手秘笈(影印版)
BEEP权威指南(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
无线 Java 入门(影印版)
[美] 著
Hibernate 程序高手秘笈(影印版)
计算机电话系统: CTI与呼叫中心 含盘
[美] 著