Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
暫譯: 開始使用 jOOQ:學習撰寫高效且有效的 Java 基礎 SQL 資料庫操作
Koleoso, Tayo
- 出版商: Apress
- 出版日期: 2021-10-28
- 定價: $1,800
- 售價: 9.5 折 $1,710
- 貴賓價: 9.0 折 $1,620
- 語言: 英文
- 頁數: 226
- 裝訂: Quality Paper - also called trade paper
- ISBN: 148427430X
- ISBN-13: 9781484274309
-
相關分類:
SQL
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
Arduino 官方正版 Genuino 101$1,700$1,700 -
Raspberry Pi 3 Model B+ (UK製)$4,620$4,389 -
$1,785Learning CoreDNS : Configuring DNS for Cloud Native Environments (Paperback) -
Working Effectively with Legacy Code : 管理、修改、重構遺留程式碼的藝術 (中文版)$720$562 -
晉昇軟體最高殿堂:Jenkins2 持續整合大師之路$600$474 -
$1,320Deep Learning with JavaScript: Neural Networks in Tensorflow.Js -
Python × Network 一拍即合:自動化、程式化和 DevOps 的一站式解決方案 (Mastering Python Networking, 3/e)$780$608 -
$1,760Svelte and Sapper in Action -
區塊鏈生存指南:帶你用 Python 寫出區塊鏈!(iT邦幫忙鐵人賽系列書)$520$406 -
$1,400Network Programming with Go: Learn to Code Secure and Reliable Network Services from Scratch -
設計重構:25個管理技術債的技巧消除軟體設計臭味 (Refactoring for Software Design Smells: Managing Technical Debt)$520$406 -
$2,070Multithreaded JavaScript: Concurrency Beyond the Event Loop -
Java 學習手冊, 5/e (Learning Java: An Introduction to Real-World Programming with Java, 5/e)$780$616 -
黑帽 Python|給駭客與滲透測試者的 Python 開發指南, 2/e (Black Hat Python : Python Programming for Hackers and Pentesters, 2/e)$450$356 -
Spring REST API 開發與測試指南|使用 Swagger、HATEOAS、JUnit、Mockito、PowerMock、Spring Test$580$493 -
$2,240Dive Into Systems: A Gentle Introduction to Computer Systems (Paperback) -
Linux 網路內功修煉 - 徹底了解底層原理及高性能架構$780$663 -
演算法生存指南(書況差限門市銷售)$800$632 -
OAuth 2.0 從入門到實戰:利用驗證和授權守護 API 的安全$600$468 -
OpenTelemetry 入門指南:建立全面可觀測性架構(iThome鐵人賽系列書)【軟精裝】$750$585 -
機器學習的訓練資料 (Training Data for Machine Learning)$780$616 -
內行人才知道的機器學習系統設計面試指南 (Machine Learning System Design Interview)$680$537 -
資料工程基礎|規劃和建構強大、穩健的資料系統 (Fundamentals of Data Engineering)$980$774 -
讓 AI 好好說話!從頭打造 LLM (大型語言模型) 實戰秘笈$680$537 -
內行人才知道的系統設計面試指南 第二輯 (System Design Interview – An Insider's Guide: Volume 2)$820$648
相關主題
商品描述
1. Welcome to jOOQ - Gives the reader a high-level overview of the jOOQ platform, the goals, features and a comparison with alternatives. - Database Operations in Java - the good parts- Database Operations in Java - the...not-good parts- You have got to be jOOQing- jOOQ Feature Tour
2. Getting Started with jOOQ - Provides a crash course in core features of jOOQ- Setup jOOQ- CRUD with jOOQ ◦ Lazy◦ Reactive- Transactions- Configuration- Exception Handling- Logging- Packaging and deployment◦ Maven◦ Gradle
3. Working with jOOQ - This gives a guided tour of implementing specific features with jOOQ- Data Type Handling- Generating Artifacts- Advanced Database Manipulation◦ Batch Processing▪ Batch Loading▪ Batch Inserts- Advanced Query Syntax Support- SQL Joins- Database Functions- Stored Procedures 4. jOOQ integrations - This shows the reader how jOOQ can be combined with specific tools, libraries and platforms- Java Persistence API- Hibernate- Spring Framework- Spring Data JPA
5. Testing jOOQ - This will show the user how to execute unit and integration tests in jOOQ
2. Getting Started with jOOQ - Provides a crash course in core features of jOOQ- Setup jOOQ- CRUD with jOOQ ◦ Lazy◦ Reactive- Transactions- Configuration- Exception Handling- Logging- Packaging and deployment◦ Maven◦ Gradle
3. Working with jOOQ - This gives a guided tour of implementing specific features with jOOQ- Data Type Handling- Generating Artifacts- Advanced Database Manipulation◦ Batch Processing▪ Batch Loading▪ Batch Inserts- Advanced Query Syntax Support- SQL Joins- Database Functions- Stored Procedures 4. jOOQ integrations - This shows the reader how jOOQ can be combined with specific tools, libraries and platforms- Java Persistence API- Hibernate- Spring Framework- Spring Data JPA
5. Testing jOOQ - This will show the user how to execute unit and integration tests in jOOQ
商品描述(中文翻譯)
1. 歡迎來到 jOOQ - 為讀者提供 jOOQ 平台的高層次概述,包括目標、特性以及與其他選擇的比較。- Java 中的資料庫操作 - 好的部分 - Java 中的資料庫操作 - 不好的部分 - 你必須要 jOOQing - jOOQ 特性導覽
2. 開始使用 jOOQ - 提供 jOOQ 核心特性的速成課程 - 設定 jOOQ - 使用 jOOQ 進行 CRUD 操作 ◦ 懶惰模式 ◦ 反應式 - 交易 - 配置 - 異常處理 - 日誌記錄 - 打包與部署 ◦ Maven ◦ Gradle
3. 使用 jOOQ - 這部分提供了實現 jOOQ 特定功能的指導 - 資料類型處理 - 生成工件 - 進階資料庫操作 ◦ 批次處理 ▪ 批次加載 ▪ 批次插入 - 進階查詢語法支援 - SQL 連接 - 資料庫函數 - 儲存過程
4. jOOQ 整合 - 這部分展示了 jOOQ 如何與特定工具、函式庫和平台結合 - Java 持久化 API - Hibernate - Spring 框架 - Spring Data JPA
5. 測試 jOOQ - 這部分將展示如何在 jOOQ 中執行單元測試和整合測試