hibernate 第2页
Lombok and JPA: What may go wrong?-拾光赋

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...
kity的头像-拾光赋kity4年前
03411
A (definitive?) guide on LazyInitializationException-拾光赋

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...
kity的头像-拾光赋kity4年前
0446
Creating associations with JPA Buddy-拾光赋

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
kity的头像-拾光赋kity4年前
04614
JPA goes even easier with its 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...
kity的头像-拾光赋kity4年前
04910
O Hibernate realmente vale a pena?-拾光赋

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...
kity的头像-拾光赋kity4年前
0276
How to use String UUID in Hibernate with MySQL-拾光赋

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...
kity的头像-拾光赋kity4年前
02210
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 + Panache, Hibernate com Postgres (Docker) + Postman, Tutorial: Criando um CRUD utilizando Quarkus Java + REST + CDI ...
kity的头像-拾光赋kity4年前
02711
Excluding Hibernate entities from auto-generation-拾光赋

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...
kity的头像-拾光赋kity4年前
0459
Career change option.-拾光赋

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...
kity的头像-拾光赋kity5年前
0227
Programmatic Criteria Queries using JPA Criteria API-拾光赋

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...
kity的头像-拾光赋kity5年前
02812
Digging into Hibernate's Query Cache-拾光赋

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...
kity的头像-拾光赋kity5年前
04913
Getting Started With Hibernate-拾光赋

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...
kity的头像-拾光赋kity5年前
02613