Hibernate a developer's notebook

Do you enjoy writing software, except for the database code? Hibernate:A Developer's Notebook is for you. Database experts may enjoy fiddling with SQL, but you don't have to--the rest of the application is the fun part. And even database experts dread the tedious plumbing and typographic...

Descripción completa

Detalles Bibliográficos
Autor principal: Elliott, James (Software engineer) (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing ; Sebastopol, California : O'Reilly 2004.
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626934306719
Tabla de Contenidos:
  • Contents; Preface; How to Use This Book; Font Conventions; On the Web Site; How to Contact Us; Acknowledgments; Installation and Setup; Getting an Ant Distribution; Why do I care?; How do I do that?; What just happened?; What about...; Getting the HSQLDB Database Engine; Why do I care?; How do I do that?; What about...; Getting Hibernate; How do I do that?; Setting Up a Project Hierarchy; Why do I care?; How do I do that?; A quick test; What just happened?; Why didn't it work?; Introduction toMapping; Writing a Mapping Document; Why do I care?; How do I do that?; What just happened?
  • What about...Generating Some Class; How do I do that?; What just happened?; Cooking Up a Schema; How do I do that?; What just happened?; What about...; Connecting Hibernate to MySQL; How do I do that?; What just happened?; What about...; Harnessing Hibernate; Creating Persistent Objects; How do I do that?; What just happened?; What about...; Finding Persistent Objects; How do I do that?; What just happened?; What about...; Better Ways to Build Queries; Why do I care?; How do I do that?; What about...; Collections and Associations; Mapping Collections; How do I do that?; What just happened?
  • Persisting CollectionsHow do I do that?; What just happened?; Retrieving Collections; Using Bidirectional Associations; Working with Simple Collections; How do I do that?; Richer Associations; Using Lazy Associations; How do I do that?; What about...; Ordered Collections; How do I do that?; Augmenting Associations in Collections; How do I do that?; What just happened?; Lifecycle Associations; How do I do that?; Reflexive Associations; How do I do that?; Persistent EnumeratedTypes; Defining a Persistent Enumerated Type; How do I do that?; Working with Persistent Enumerations; How do I do that?
  • What just happened?Custom ValueTypes; Defining a User Type; How do I do that?; Using a Custom Type Mapping; How do I do that?; What about...; Building a Composite User Type; How do I do that?; Criteria Queries; Using Simple Criteria; How do I do that?; What about...; Compounding Criteria; Applying Criteria to Associations; How do I do that?; What just happened?; Querying by Example; How do I do that?; A Look at HQL; Writing HQL Queries; How do I do that?; What just happened?; What about...; Selecting Properties and Pieces; How do I do that?; What about...; Sorting; How do I do that?
  • Working with Aggregate ValuesHow do I do that?; What just happened?; Writing Native SQL Queries; How do I do that?; What about...; Hibernate Types; Basic Types; Persistent Enumerated Types; Custom Value Types; "Any" Type Mappings; All Types; Standard Criteria; The Expression Factory; Hibernate SQL Dialects; Getting Fluent in the Local SQL; Index