Cargando…

Beginning Hibernate : for Hibernate 5 /

Get started with the Hibernate 5 persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 5.0 framework as well as coverage of NoSQL, MongoDB, and other related technologies, ranging from applic...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Ottinger, Joseph B. (Autor), Linwood, Jeff (Autor), Minter, Dave (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, 2016.
Edición:Fourth edition.
Colección:ITpro collection
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn962750966
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 161116s2016 xxu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d GW5XE  |d EBLCP  |d N$T  |d IDEBK  |d YDX  |d OCLCF  |d UPM  |d STF  |d IDB  |d ESU  |d VT2  |d UMI  |d IOG  |d UAB  |d OTZ  |d IAD  |d JBG  |d K6U  |d ICW  |d COO  |d ILO  |d MERUC  |d ICN  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d CAUOI  |d D6H  |d CEF  |d KSU  |d EZ9  |d OCLCQ  |d OCLCO  |d DEBBG  |d AU@  |d OCLCQ  |d WYU  |d OCLCO  |d OCLCQ  |d OCLCO  |d UKMGB  |d OCLCQ  |d OCLCO  |d LEAUB  |d OCLCQ  |d OCLCO  |d LEATE  |d OCLCQ  |d UKAHL  |d AJS  |d NOC  |d BRF  |d EYM  |d DST  |d OCLCO  |d OCLCQ  |d OCL 
016 7 |a 019127051  |2 Uk 
019 |a 965350259  |a 967707717  |a 971074325  |a 971245734  |a 975032832  |a 975209623  |a 981047917  |a 981096226  |a 987439602  |a 994970047  |a 1005838274  |a 1008961708  |a 1012056425  |a 1026457614  |a 1029498036  |a 1048164405  |a 1058383505  |a 1060196111  |a 1066598355  |a 1066692422  |a 1086545548  |a 1122813385  |a 1179577255  |a 1300575768  |a 1303352771 
020 |a 9781484223192  |q (electronic bk.) 
020 |a 1484223195  |q (electronic bk.) 
020 |a 1484223187 
020 |a 9781484223185 
020 |z 9781484223185 
024 7 |a 10.1007/978-1-4842-2319-2  |2 doi 
029 1 |a AU@  |b 000059040912 
029 1 |a CHNEW  |b 000902014 
029 1 |a CHVBK  |b 403384796 
029 1 |a DKDLA  |b 820120-katalog:999895486805765 
029 1 |a GBVCP  |b 897166329 
029 1 |a UKMGB  |b 019127051 
035 |a (OCoLC)962750966  |z (OCoLC)965350259  |z (OCoLC)967707717  |z (OCoLC)971074325  |z (OCoLC)971245734  |z (OCoLC)975032832  |z (OCoLC)975209623  |z (OCoLC)981047917  |z (OCoLC)981096226  |z (OCoLC)987439602  |z (OCoLC)994970047  |z (OCoLC)1005838274  |z (OCoLC)1008961708  |z (OCoLC)1012056425  |z (OCoLC)1026457614  |z (OCoLC)1029498036  |z (OCoLC)1048164405  |z (OCoLC)1058383505  |z (OCoLC)1060196111  |z (OCoLC)1066598355  |z (OCoLC)1066692422  |z (OCoLC)1086545548  |z (OCoLC)1122813385  |z (OCoLC)1179577255  |z (OCoLC)1300575768  |z (OCoLC)1303352771 
037 |a CL0500000826  |b Safari Books Online 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 051170  |2 bisacsh 
072 7 |a UMZ  |2 bicssc 
072 7 |a UL  |2 bicssc 
082 0 4 |a 005.75/6  |2 23 
049 |a UAMI 
100 1 |a Ottinger, Joseph B.,  |e author. 
245 1 0 |a Beginning Hibernate :  |b for Hibernate 5 /  |c Joseph B. Ottinger, Jeff Linwood, Dave Minter. 
250 |a Fourth edition. 
264 1 |a [United States] :  |b Apress,  |c 2016. 
264 2 |a New York, NY :  |b Distributed to the Book trade worldwide by Springer 
264 4 |c ©2016 
300 |a 1 online resource 
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 0 |a ITpro collection 
588 0 |a Online resource; title from PDF title page (SpringerLink, viewed November 17, 2016). 
505 0 |a At a Glance; Contents; About the Authors; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: An Introduction to Hibernate 5; Plain Old Java Objects (POJOs); Origins of Hibernate and Object/Relational Mapping; Hibernate as a Persistence Solution; A Hibernate Hello World Example; Mappings; Persisting an Object; Summary; Chapter 2: Integrating and Configuring Hibernate; The Steps Needed to Integrate and Configure Hibernate; Understanding Where Hibernate Fits into Your Java Application; Deploying Hibernate; Installing Maven; Connection Pooling; Summary. 
505 8 |a Chapter 3: Building a Simple ApplicationA Simple Application; A First Attempt; Writing Data; Reading Data; Updating Data; Persistence Contexts; Removing Data; A Note on Transactions; Writing Our Sample Application; Add a Ranking; Update a Ranking; Remove a Ranking; Find Average Ranking for a Subject's Skill; Find All Rankings for a Subject; Find the Highest-Ranked Subject for a Skill; Summary; Chapter 4: The Persistence Life Cycle; Introducing the Life Cycle; Entities, Classes, and Names; Identifiers; Entities and Associations; Saving Entities; Object Equality and Identity; Loading Entities. 
505 8 |a Merging EntitiesRefreshing Entities; Updating Entities; Deleting Entities; Cascading Operations; Lazy Loading, Proxies, and Collection Wrappers; Querying Objects; Summary; Chapter 5: An Overview of Mapping; Why Mapping Cannot Easily Be Automated; Primary Keys; Lazy Loading; Associations; The One-to-One Association; The One-to-Many and Many-to-One Association; The Many-to-Many Association; Applying Mappings to Associations; Other Supported Features; Specification of (Database) Column Types and Sizes; The Mapping of Inheritance Relationships to the Database; Primary Key. 
505 8 |a The Use of SQL Formula-Based PropertiesMandatory and Unique Constraints; Summary; Chapter 6: Mapping with Annotations; Creating Hibernate Mappings with Annotations; The Cons of Annotations; The Pros of Annotations; Choosing Which to Use; JPA 2 Persistence Annotations; Entity Beans with @Entity; Primary Keys with @Id and @GeneratedValue; Generating Primary Key Values with @SequenceGenerator; Generating Primary Key Values with @TableGenerator; Compound Primary Keys with @Id, @IdClass, or @EmbeddedId; Database Table Mapping with @Table and @SecondaryTable; Persisting Basic Types with @Basic. 
505 8 |a Omitting Persistence with @TransientMapping Properties and Fields with @Column; Modeling Entity Relationships; Mapping an Embedded (Component) One-to-One Association; Mapping a Conventional One-to-One Association; Mapping a Many-to-One or One-to-Many Association; Mapping a Many-to-Many Association; Inheritance; Single Table; Joined Table; Table per Class; Choosing Between Inheritance Types When Modeling Inheritance; Other JPA 2 Persistence Annotations; Temporal Data; Element Collections; Large Objects; Mapped Superclasses; Ordering Collections with @OrderColumn; Named Queries (HQL or JPQL). 
520 |a Get started with the Hibernate 5 persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 5.0 framework as well as coverage of NoSQL, MongoDB, and other related technologies, ranging from applications to big data. Beginning Hibernate is ideal if you're experienced in Java with databases (the traditional, or connected, approach), but new to open-source, lightweight Hibernate. The book keeps its focus on Hibernate without wasting time on nonessential third-party tools, so you'll be able to immediately start building transaction-based engines and applications. Experienced authors Joseph Ottinger with Dave Minter and Jeff Linwood provide more in-depth examples than any other book for Hibernate beginners. They present their material in a lively, example-based manner--not a dry, theoretical, hard-to-read fashion. What You'll Learn " uild enterprise Java-based transaction-type applications that access complex data with " ibernate Work with Hibernate 5 using a present-day build process " se Java 8 features with Hibernate " ntegrate into the persistence life cycle " ap using Java's annotations " earch and query with the new version of Hibernate " ntegrate with MongoDB using NoSQL " eep track of versioned data with Hibernate Envers. Who This Book Is For Experienced Java developers interested in learning how to use and apply object-relational persistence in Java and who are new to the Hibernate persistence framework 
504 |a Includes bibliographical references and index. 
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 fast  |0 (OCoLC)fst01401265 
650 0 |a Relational databases. 
650 0 |a Java (Computer program language) 
650 0 |a Object-oriented programming (Computer science) 
650 0 |a Web site development. 
650 0 |a Software engineering. 
650 0 |a Application software. 
650 6 |a Génie logiciel. 
650 6 |a Logiciels d'application. 
650 6 |a Bases de données relationnelles. 
650 6 |a Java (Langage de programmation) 
650 6 |a Programmation orientée objet (Informatique) 
650 6 |a Sites Web  |x Développement. 
650 7 |a Public administration.  |2 bicssc 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a COMPUTERS/Programming Languages/SQL.  |2 bisacsh 
650 7 |a Software engineering.  |2 fast  |0 (OCoLC)fst01124185 
650 7 |a Application software.  |2 fast  |0 (OCoLC)fst00811706 
650 7 |a Java (Computer program language)  |2 fast  |0 (OCoLC)fst00982065 
650 7 |a Object-oriented programming (Computer science)  |2 fast  |0 (OCoLC)fst01042804 
650 7 |a Relational databases.  |2 fast  |0 (OCoLC)fst01093575 
650 7 |a Web site development.  |2 fast  |0 (OCoLC)fst01173243 
700 1 |a Linwood, Jeff,  |e author. 
700 1 |a Minter, Dave,  |e author. 
776 0 8 |i Printed edition:  |z 9781484223185 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484223192/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32378214 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4741451 
938 |a EBSCOhost  |b EBSC  |n 1360349 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36958282 
938 |a YBP Library Services  |b YANK  |n 13262729 
994 |a 92  |b IZTAP