Kai Niemi
Kai Niemi's Blog

Kai Niemi's Blog

Follow
homebadges
Tag

hibernate

#hibernate

More content

Read more stories on Hashnode


Articles with this tag

Working with BLOBs in CockroachDB

Apr 27, 20233 min read

Mapping BLOBs with Hibernate and JPA for CockroachDB · Introduction Databases aren't great for storing binary large objects, aka BLOBs. By large meaning...

Working with BLOBs in CockroachDB

Connection pooling with Spring Boot and CockroachDB

Oct 14, 20227 min read

How to configure Hikari connection pool with Spring Boot and CockroachDB · Overview Hikari is a battle-proven, lightweight, high performance connection...

Connection pooling with Spring Boot and CockroachDB

JPA Best Practices - Identity Generators

Sep 13, 20226 min read

JPA and CockroachDB - Part 4 · Introduction This article is part four of a series of data access best practices when using JPA and CockroachDB. The goal...

JPA Best Practices - Identity Generators

JPA Best Practices - Optimizing JPA Mappings

Jul 24, 202211 min read

JPA and CockroachDB - Part 3 · Introduction This article is part three of a series of data access best practices when using JPA and CockroachDB. The goal...

JPA Best Practices - Optimizing JPA Mappings

JPA Best Practices - SQL Patterns

Jul 24, 20229 min read

JPA and CockroachDB - Part 2 · Introduction This article is part two of a series of data access best practices when using JPA and CockroachDB. The goal...

JPA Best Practices - SQL Patterns

JPA Best Practices - Explicit and Implicit Transactions

Jul 24, 202216 min read

JPA and CockroachDB - Part 1 · Introduction This article is part one of a series of data access best practices when using JPA and CockroachDB. The goal...

JPA Best Practices - Explicit and Implicit Transactions