Cargando…

Spring persistence with Hibernate /

"Today, the Spring Framework is the leading out-of-the-box solution for enterprise Java developers; in it, you can find a number of Java Persistence solutions. This book gets you rolling with fundamental Spring Framework 3 concepts and integrating persistence functionality into enterprise Java...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fisher, Paul Tepper
Otros Autores: Murphy, Brian D.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, 2010.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn710812501
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 110401s2010 nyua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCQ  |d STF  |d CEF  |d UMI  |d E7B  |d CDX  |d B24X7  |d DEBSZ  |d IDEBK  |d N$T  |d OCLCQ  |d OCLCF  |d OCLCQ  |d BEDGE  |d YDXCP  |d COO  |d VT2  |d EBLCP  |d KMS  |d OCLCQ  |d CAUOI  |d IOG  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d OCLCO  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d UAB  |d LEAUB  |d UKAHL  |d OCLCQ  |d OCLCO  |d AUD  |d DCT  |d ERF  |d OCLCQ  |d UKBTH  |d EYM  |d INARC  |d OCLCQ  |d COM  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 694874243  |a 701106487  |a 708566518  |a 743406883  |a 750172615  |a 771173737  |a 816835813  |a 885436500  |a 902400447  |a 1005745814  |a 1069683624  |a 1086966695  |a 1103271622  |a 1105602292  |a 1110811856  |a 1112531582  |a 1129340469  |a 1152997015  |a 1159616997  |a 1192350569  |a 1240535859  |a 1391803934 
020 |a 9781430226338  |q (electronic bk.) 
020 |a 1430226331  |q (electronic bk.) 
020 |a 1430226323 
020 |a 9781430226321 
020 |a 1283075105 
020 |a 9781283075107 
024 7 |a 10.1007/978-1-4302-2633-8  |2 doi 
024 8 |a 9781430226321 
029 1 |a AU@  |b 000048774872 
029 1 |a AU@  |b 000053260657 
029 1 |a AU@  |b 000060583512 
029 1 |a AU@  |b 000067097054 
029 1 |a DEBSZ  |b 355435713 
029 1 |a DEBSZ  |b 427409705 
029 1 |a GBVCP  |b 785355456 
029 1 |a NZ1  |b 13787142 
035 |a (OCoLC)710812501  |z (OCoLC)694874243  |z (OCoLC)701106487  |z (OCoLC)708566518  |z (OCoLC)743406883  |z (OCoLC)750172615  |z (OCoLC)771173737  |z (OCoLC)816835813  |z (OCoLC)885436500  |z (OCoLC)902400447  |z (OCoLC)1005745814  |z (OCoLC)1069683624  |z (OCoLC)1086966695  |z (OCoLC)1103271622  |z (OCoLC)1105602292  |z (OCoLC)1110811856  |z (OCoLC)1112531582  |z (OCoLC)1129340469  |z (OCoLC)1152997015  |z (OCoLC)1159616997  |z (OCoLC)1192350569  |z (OCoLC)1240535859  |z (OCoLC)1391803934 
037 |a 978-1-4302-2632-1  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.73.J38  |b F57 2010 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 005.71262  |2 22 
049 |a UAMI 
100 1 |a Fisher, Paul Tepper. 
245 1 0 |a Spring persistence with Hibernate /  |c Paul Tepper Fisher, Brian D. Murphy. 
260 |a [New York] :  |b Apress,  |c 2010. 
300 |a 1 online resource (xvi, 246 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a Expert's voice in open source 
588 0 |a Print version record. 
505 0 |a Cover -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Acknowledgments -- Preface -- Chapter 1 Architecting Your Application With Spring, Hibernate, and Patterns -- The Benefit of a Consistent Approach -- The Significance of Dependency Injection -- A Synergistic Partnership -- The Story of Springs and Hibernates Success -- A Better Approach for Integration -- Best Practices for Architecting An Application -- Other Persistence Design Patterns -- The Template Pattern -- The Active-Record Pattern -- Summary -- Chapter 2 Spring Basics -- Exploring Springs Architecture -- The Application Context -- Beans, Beans, the Magical Fruit -- The Spring Life Cycle -- Understanding Bean Scopes -- Dependency Injection and Inversion of Control -- Setter-Based Dependency Injection -- Constructor-Based Dependency Injection -- Instance Collaboration -- Coding to Interfaces -- Dependency Injection Via Autowiring -- @Annotation-Based Dependency Injection -- Set It and Forget It! -- Injecting Code Using Aop and Interceptors -- Summary -- Chapter 3 Basic Application Setup -- Application Management With Maven -- Managed Dependencies -- Standard Directory Structure -- Pom Deconstruction -- Spring Configuration -- Namespace Support -- Externalizing Property Configurations -- Component Scanning -- Import Statements -- Database Integration -- Jdbc Support -- Integration With Jndi -- Web Application Configuration -- Servlet Definition -- Spring Mvc -- Summary -- Chapter 4 Persistence With Hibernate -- The Evolution of Database Persistence in Java -- Ejb, Jdo, and Jpa -- How Hibernate Fits In -- Jpa Interface Hierarchy -- The Art Gallery Domain Model and Dao Structure -- An @Entity-Annotated Pojo -- Simplified Dao Pattern With Generics -- The Life Cycle of a Jpa Entity -- Jpa Configuration -- Bare-Bones Jpa Setup -- Spring Integration -- Summary -- Chapter 5 Domain Model Fundamentals -- Understanding Associations -- Building the Domain Model -- Convention Over Configuration -- Managing Entity Identifiers -- Using Cascading Options to Establish Data Relationships -- Adding Second-Level Caching -- Using Polymorphism With Hibernate -- Summary -- Chapter 6 Daos and Querying -- A Basic Hibernate Dao Implementation -- Building a Dao -- Using Springs Hibernate Support Classes -- Enabling Query Caching With the Hibernatetemplate -- Going Template-Less -- Querying in Hibernate -- Loading An Entity -- Querying for a Particular Type -- Using Named Parameters -- Querying Using Core Hibernate -- Using Named Queries -- Working With Polymorphic Queries -- Persisting Data With Hibernate -- Saving and Updating Data -- Handling Binary Data -- Understanding the Benefits of the Criteria Api -- Using the Jpa 2.0 Criteria Api -- Summary -- Chapter 7 Transaction Management -- The Joy of Acid -- Understanding Isolation L. 
520 |a "Today, the Spring Framework is the leading out-of-the-box solution for enterprise Java developers; in it, you can find a number of Java Persistence solutions. This book gets you rolling with fundamental Spring Framework 3 concepts and integrating persistence functionality into enterprise Java applications using Hibernate, the Java Persistence API (JPA) 2, and the Grails Object Relational Mapping tool, GORM."--Resource description page 
542 |f Copyright © Apress  |g 2010 
506 |a University staff and students only. Requires University Computer Account login off-campus. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Hibernate (Electronic resource) 
630 0 7 |a Hibernate (Electronic resource)  |2 blmlsh 
630 0 7 |a Hibernate (Electronic resource)  |2 fast 
650 0 |a Java (Computer program language) 
650 0 |a Open source software. 
650 0 |a Computer programming. 
650 6 |a Java (Langage de programmation) 
650 6 |a Logiciels libres. 
650 6 |a Programmation (Informatique) 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Java (Computer program language)  |2 blmlsh 
650 7 |a Open source software.  |2 blmlsh 
650 7 |a Computer programming.  |2 blmlsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Computer programming  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
650 7 |a Open source software  |2 fast 
700 1 |a Murphy, Brian D. 
776 0 8 |i Print version:  |a Fisher, Paul T.  |t Spring persistence with Hibernate.  |d [New York] : Apress, 2010  |z 9781430226321  |w (OCoLC)428030855 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430226321/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29482953 
938 |a Books 24x7  |b B247  |n bks00037587 
938 |a Coutts Information Services  |b COUT  |n 17823933 
938 |a EBL - Ebook Library  |b EBLB  |n EBL690951 
938 |a ebrary  |b EBRY  |n ebr10445120 
938 |a EBSCOhost  |b EBSC  |n 373588 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 307510 
938 |a Internet Archive  |b INAR  |n springpersistenc0000fish 
938 |a YBP Library Services  |b YANK  |n 3640527 
994 |a 92  |b IZTAP