排序
Lombok and JPA: What may go wrong?
Lombok and JPA: What may go wrong?,Lombok is a great tool that makes your Java code concise and clean. However, there are a few things to consider when using it with JPA. In this a...
A (definitive?) guide on LazyInitializationException
A (definitive?) guide on LazyInitializationException,Posts that have been written about Hibernate's LazyInitializationException could probably fill whole books. Yet, I believe each...
Creating associations with JPA Buddy
Creating associations with JPA Buddy,Have a look at how easy you can create and modify associations with JPA Buddy! 原文链接:Creating associations with JPA Buddy
JPA goes even easier with its Buddy
JPA goes even easier with its Buddy,So, Hello World... After almost a year of development, the first version of JPA Buddy has finally been released! This is a tool that is supposed...
O Hibernate realmente vale a pena?
O Hibernate realmente vale a pena?, Read in english: click here Quando a gente vai criar um projeto novo de backend, uma api REST pra um banco relacional por exemplo, a primeira co...
How to use String UUID in Hibernate with MySQL
How to use String UUID in Hibernate with MySQL,When creating the database structure it is important to make sure that each row in a table has a unique ID so that it can be easily i...
Tutorial: Criando um CRUD utilizando Quarkus Java + REST + CDI + Panache, Hibernate com Postgres (Docker) + Postman
Tutorial: Criando um CRUD utilizando Quarkus Java + REST + CDI + Panache, Hibernate com Postgres (Docker) + Postman, Tutorial: Criando um CRUD utilizando Quarkus Java + REST + CDI ...
Excluding Hibernate entities from auto-generation
Excluding Hibernate entities from auto-generation,Today I had to do something completely new with Hibernate, within the scope of a unit test. I had a group of entities and wanted t...
Career change option.
Career change option.,Guys, need help. Currently I'm working on Pyspark but doesn't code, just testing a built code. I was from Web Development(PHP) background before this and I lo...
Programmatic Criteria Queries using JPA Criteria API
Programmatic Criteria Queries using JPA Criteria API,Java Persistence API (JPA) provides the specification of managing data, such as accessing and persisting data, between Java Obj...
Digging into Hibernate’s Query Cache
Digging into Hibernate's Query Cache,I haven't used Hibernate for a long time, and I haven't blogged about it for even longer. Recently, I was working on a blog post in the context...
Getting Started With Hibernate
Getting Started With Hibernate,Hibernate is one of the most famous Object-Relational Mapping (ORM) tool that allows a developer to easily map specialised Java objects, known as Ent...