Beginning jOOQ
eBook - ePub

Beginning jOOQ

Learn to Write Efficient and Effective Java-Based SQL Database Operations

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Beginning jOOQ

Learn to Write Efficient and Effective Java-Based SQL Database Operations

Book details
Table of contents
Citations

About This Book

Learn to use the jOOQ library to manage SQL database operations in Java and JVM applications. This book walks you through what JOOQ is, how to install and get started with it, and then gets you working with it.

Practical examples and case studies demonstrate how jOOQ offers a more efficient and versatile alternative to Object-Relational Mapping frameworks like Hibernate and JPA, while providing a natural, native-SQL feeling for the developer. You'll see how to maximize the full potential of your SQL database with advanced query syntax and functions with this lightweight, SQL-friendly framework. Come see how you can use high performance approaches like reactive, data streaming and cloud-native programming to get data from SQL tables.

Never write another incorrect SQL statement again and protect your application from SQL injection with the strong typing and inbuilt controls in jOOQ. Learn how to add jOOQ to your existing Hibernate, Spring Boot or Quarkus applications.

When you've completed this book, you will be able to take the knowledge you've gained, along with the freely available source code, and directly apply them to your own work.

What You Will Learn

  • Comparing equivalent features between Hibernate, JPA and jOOQ
  • Unlock the power of your SQL database with high performing, flexible and typesafe SQL queries
  • Seamlessly work with many different SQL database vendors without changing your code
  • Effortlessly generate Java code based on the content of your database
  • Write reactive SQL database access code with R2DBC
  • Integrating jOOQ into popular frameworks and platforms like Hibernate, Spring boot and Quarkus tools like IDEs
  • Testing jOOQ-based code with modern integration testing frameworks like TestContainers and Docker
  • Learn how to safely handle data access code within frameworks like the Java Persistence API (JPA)

Who This Book Is For

Intermediate Java programmers new to jOOQ.Some prior experience with SQL may be helpful but not required.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Beginning jOOQ by Tayo Koleoso in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2021
ISBN
9781484274316

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Welcome to jOOQ
  4. 2. Getting Started with jOOQ
  5. 3. Working with jOOQ
  6. 4. Integrating with jOOQ
  7. 5. Packaging and Testing jOOQ
  8. Back Matter