Kai Niemi
Kai Niemi's Blog

Kai Niemi's Blog

Follow
homebadges
Tag

jpa

#jpa

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

Introduction to Roach Data

Apr 3, 20234 min read

Using different Java data access frameworks with CockroachDB · Roach Data is a collection of small demos using different Java data access frameworks and...

Introduction to Roach Data

JPA Best Practices - JSONB Mapping

Jan 15, 20237 min read

How to use CockroachDB JSONB data type with JPA and Hibernate · Introduction This article is part five of a series of data access best practices when...

JPA Best Practices - JSONB Mapping

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