Beginning jOOQ: Learn to Write Efficient and Effective Java-Based SQL Database Operations
內容描述
- 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 Tour2. 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◦ Gradle3. 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 JPA5. Testing jOOQ - This will show the user how to execute unit and integration tests in jOOQ