買這商品的人也買了...
- 
                
                   C++ Primer, 4/e (中文版) C++ Primer, 4/e (中文版)$990$891
- 
                
                   程式設計師的自我修養-連結、載入、程式庫 程式設計師的自我修養-連結、載入、程式庫$580$493
- 
                
                   Google Android SDK 開發範例大全 2 Google Android SDK 開發範例大全 2$890$703
- 
                
                   程式之美-微軟技術面試心得 程式之美-微軟技術面試心得$490$387
- 
                
                   深入淺出 Python (Head First Python) 深入淺出 Python (Head First Python)$780$616
- 
                
                   Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X) Android 4.X 手機/平板電腦程式設計入門、應用到精通, 2/e (適用 Android 1.X~4.X)$520$411
- 
                
                  SQL Server 2012 T-SQL 資料庫設計$690$545
- 
                
                  實戰雲端作業系統建置與維護-VMware vSphere 5 虛擬化全面啟動$680$537
- 
                
                   Dreamweaver CS6 + PHP 商業資料庫網站整合設計 Dreamweaver CS6 + PHP 商業資料庫網站整合設計$650$514
- 
                
                   使用 Drupal 7 架站的 12 堂課 使用 Drupal 7 架站的 12 堂課$490$387
- 
                
                   PHP、MySQL、JavaScript 與 CSS 學習手冊, 2/e (Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites, 2/e) PHP、MySQL、JavaScript 與 CSS 學習手冊, 2/e (Learning PHP, MySQL, JavaScript, and CSS: A Step-by-Step Guide to Creating Dynamic Websites, 2/e)$880$695
- 
                
                   版本控制使用 Git, 2/e (Version Control with Git: Powerful tools and techniques for collaborative software development, 2/e) 版本控制使用 Git, 2/e (Version Control with Git: Powerful tools and techniques for collaborative software development, 2/e)$580$458
- 
                
                   無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship) 無瑕的程式碼 - 敏捷軟體開發技巧守則 (Clean Code: A Handbook of Agile Software Craftsmanship)$580$452
- 
                
                   超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板) 超圖解 Arduino 互動設計入門 (附 Arduino UNO R3 開發板)$1,130$961
- 
                
                   Google 教我的 101 個工作最佳化:效率第一名的數位工作實踐法 Google 教我的 101 個工作最佳化:效率第一名的數位工作實踐法$380$304
- 
                
                   Arduino UNO R3 開發板(副廠相容版)附傳輸線 Arduino UNO R3 開發板(副廠相容版)附傳輸線$400$380
- 
                
                   搞懂 NoSQL 的 15 堂課 (NoSQL Distilled 中文版) (NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence) 搞懂 NoSQL 的 15 堂課 (NoSQL Distilled 中文版) (NoSQL Distilled: A Brief Guide to the Emerging World of Polyglot Persistence)$360$284
- 
                
                   SAP ABAP 開發從入門到精通 SAP ABAP 開發從入門到精通$714$678
- 
                
                   ASP.NET MVC 4 全方位專業網站開發實戰演練 (ASP.NET MVC 4 in Action, 3/e) ASP.NET MVC 4 全方位專業網站開發實戰演練 (ASP.NET MVC 4 in Action, 3/e)$580$452
- 
                
                   PHP 設計模式學習手冊 (Learning PHP Design Patterns) PHP 設計模式學習手冊 (Learning PHP Design Patterns)$580$458
- 
                
                   Web 效能優化日誌 Volume 2 (Web Performance Daybook Volume 2) Web 效能優化日誌 Volume 2 (Web Performance Daybook Volume 2)$450$356
- 
                
                   高性能雲端虛擬化平台—Citrix XenServer 高性能雲端虛擬化平台—Citrix XenServer$780$663
- 
                
                   提升程式設計的解題思考力-國際演算法程式設計競賽訓練指南 提升程式設計的解題思考力-國際演算法程式設計競賽訓練指南$500$395
- 
                
                  ![ASP.NET 4.5 專題實務 [II]-範例應用與 4.5 新功能【VB/C# 雙語法】-cover](https://cf-assets1.tenlong.com.tw/images/77361/medium/9789572241721_bc.jpg) ASP.NET 4.5 專題實務 [II]-範例應用與 4.5 新功能【VB/C# 雙語法】 ASP.NET 4.5 專題實務 [II]-範例應用與 4.5 新功能【VB/C# 雙語法】$820$648
- 
                
                   Big Data 大數據的獲利模式:圖解.案例.策略.實戰 Big Data 大數據的獲利模式:圖解.案例.策略.實戰$360$284
商品描述
Unique to the popular Grails web framework is its architecture. While other frameworks are built from the ground up, Grails leverages existing and proven technologies that already have advanced functionality built in. One of the key technologies in this architecture is Hibernate, on top of which Grails builds its GORM (Grails Object Relational Mapping) model layer. This provides Grails a persistence solution.
Published with the developer in mind, firstPress technical briefs explore emerging technologies that have the potential to be critical for tomorrow’s industry. Apress keeps developers one step ahead by presenting key information as early as possible in a PDF of 150 pages or less. Explore the future through Apress with Grails Persistence with GORM and GSQL
This firstPress book covers Grails persistence with GORM, from defining your first model to the nature of transactions and advanced Hibernate querying. Other APIs and tools such as GSQL (Groovy SQL) are covered as well, as needed, to empower your Grails persistence efforts.
What you’ll learn
- Extend the Grails web framework into a broader, semi–enterprise framework by including and integrating Hibernate–based Java persistence, known as GORM.
- Use mappings to customize default behaviors and work with legacy schemas.
- Use constraints to define your object once and have those constraints enforced both in code and at the database level.
- Use advanced features of GORM and Hibernate Query Language (HQL) to simplify database querying and report generation.
- Debug and tune trips for GORM and Hibernate.
- Fill in the gaps with GSQL.
Who is this book for
This title is for those who have committed to dedicating some time to mastering Grails and are looking to move beyond the basics, and are especially interested in Grails and Groovy persistence for some limited transaction handling and/or accessing databases.
商品描述(中文翻譯)
獨特於流行的 Grails 網頁框架的是其架構。雖然其他框架是從零開始構建的,但 Grails 利用現有且經過驗證的技術,這些技術已經內建了先進的功能。這個架構中的一個關鍵技術是 Hibernate,Grails 在其上構建了 GORM(Grails 物件關聯映射)模型層。這為 Grails 提供了一個持久性解決方案。
本書以開發者為考量,firstPress 技術簡報探討了可能對未來產業至關重要的新興技術。Apress 透過在 150 頁或更少的 PDF 中盡早呈現關鍵資訊,讓開發者始終領先一步。透過 Apress 探索未來,書名為《Grails Persistence with GORM and GSQL》。
這本 firstPress 書籍涵蓋了 Grails 與 GORM 的持久性,從定義您的第一個模型到交易的本質以及進階的 Hibernate 查詢。根據需要,還會涵蓋其他 API 和工具,例如 GSQL(Groovy SQL),以增強您的 Grails 持久性工作。
您將學到的內容:
- 將 Grails 網頁框架擴展為更廣泛的半企業框架,通過包含和整合基於 Hibernate 的 Java 持久性,稱為 GORM。
- 使用映射自定義預設行為並處理舊有架構。
- 使用約束定義您的物件一次,並在程式碼和資料庫層面強制執行這些約束。
- 使用 GORM 和 Hibernate 查詢語言(HQL)的進階功能簡化資料庫查詢和報告生成。
- 調試和調整 GORM 和 Hibernate 的操作。
- 使用 GSQL 填補空白。
這本書適合對象:
本書適合那些已經承諾花時間掌握 Grails 的讀者,並希望超越基礎,特別對於 Grails 和 Groovy 的持久性有興趣,以進行有限的交易處理和/或訪問資料庫。

 
    
 
     
     
     
     
     
     
     
     
    ![公職考試 2026 試題大補帖【機械製造學(含機械製造學概要)】(107~114年試題)(申論題型)[適用三、四等/高普考、地特、關務、技師考試]-cover](https://cf-assets2.tenlong.com.tw/products/images/000/245/714/medium/getImage.jpg?1757743007) 
    
 
     
     
    
 
     
     
     
     
     
    
 
     
     
     
     
     
    
 
     
     
    