รูปภาพสินค้า รหัส9780321268198
9780321268198
-
ผู้เขียนWill Iverson

ส่วนลด 0 %
ราคาปก 1,440.00 บาท
ราคาสุทธิ 1,440.00 บาท
Bookmark and Share
รายละเอียดหนังสือ
รหัสสินค้า: 9780321268198
จำนวน: 351 หน้า
ขนาดรูปเล่ม: 178 x 230 x 23 มม.
น้ำหนัก: 755 กรัม
เนื้อในพิมพ์: ขาวดำ 
ชนิดปก: ปกอ่อน 
ชนิดกระดาษ: -ไม่ระบุ 
หน่วย: เล่ม 
สำนักพิมพ์: Addison-Wesley Publishing Company, Inc. 
:: เนื้อหาโดยสังเขป
Hibernate makes it far easier to build robust, high-performance database applications with Java. Now there's
a practical, hands-on guide to using Hibernate's flexible, fast object/relational persistence and query services. Will Iverson covers every facet of development with Hibernate, from its mapping system toits advanced query mechanisms and transaction support.

Iverson shows you how to build Hibernate solutions that
can integrate with Swing, with JSP, and even with EJBs utilizing bean-managed persistence. Using realistic examples,
he demonstrates how to work with persistent objects, manage schema, and optimize database application performance. After you've mastered Hibernate's core techniques, Iverson presents best practices, tips, tricks,
and style guidance for even more effective development. Coverage includes

- Case study applications: starting from object/relational
mapping files, Java code, and existing schema
- Writing Hibernate queries using HQL—Hibernate's
object-oriented SQL extension
- Using Hibernate with Java-based Criteria and Example
or native SQL
- The Hibernate mapping file format in detail: a complete
reference
- How Hibernate handles class and database relationships
- Managing session and database transactions with Hibernate
- Tracking and optimizing performance with p6spy and
IronTrack SQL
- Automatically generating DDL scripts that create, update,
and drop tables

Even if your Java database experience is limited to basic JDBC, this book will help you leverage Hibernate's remarkable power. You'llspend far less time writing code to bridge databases with Java applications—so you can get to market faster, with more features.





:: สารบัญ
Chapter 1 Overview
Chapter 2 Getting oriented
Chapter 3 Starting from Java
Chapter 4 Starting from an existing schema
Chapter 5 Mapping files
Chapter 6 Persistent objects
Chapter 7 Relationships
Chapter 8 Queries
Chapter 9 Transactions
Chapter 10 Performance
Chapter 11 Schema management
Chapter 12 Best practices, style guide, tips and tricks
Chapter 13 Future directions