排序
Spring Data JPA: Speed Up Development & Business Focus
Spring Data JPA: Speed Up Development & Business Focus,Spring Data JPA allows you to build scalable backend applications backed by any relational database. It is a great choice all...
Learn Spring Data JPA, Part – 1
Learn Spring Data JPA, Part - 1, Project Setup create a project using https://start.spring.io/ and add the following dependencies Spring Data JPA - used to interact with relational...
Hibernate Zoo: Путеводитель по языкам запросов в мире данных
Hibernate Zoo: Путеводитель по языкам запросов в мире данных ,Добро пожаловать в Hibernate Zoo! Сегодня мы прог...
How To Fetch Data By Using DTO Projection In Spring Data JPA
How To Fetch Data By Using DTO Projection In Spring Data JPA, Introduction In this post, we'll explore how projections work in Spring Data JPA, discuss different types, and walk th...
Como eu reduzi em até 99% o tempo de resposta da minha API
Como eu reduzi em até 99% o tempo de resposta da minha API,ORM's são uma ferramenta poderosa, mas ao mesmo tempo que facilita nossa vida, também torna um pouco obscura a resolu...
Spring Data JPA Stream Query Methods
Spring Data JPA Stream Query Methods, Introduction Traditionally, fetching large amounts of data can strain memory resources, as it often involves loading the entire result set int...
Relationships in JPA: Creating Entities Without Dependency
Relationships in JPA: Creating Entities Without Dependency, Relationships in JPA: Creating Entities Without Dependency When creating a backend API, it's common to work with entity ...
Uma breve introdução ao Hibernate
Uma breve introdução ao Hibernate,Hibernate é uma ferramenta ORM (Object-Relational Mapping) amplamente utilizada em projetos Java para mapear objetos de uma aplicação para ta...
Uppercase table names in Spring Boot
Uppercase table names in Spring Boot,In Spring Boot / Hibernate, the table name is derived from the entity name. What must our naming strategy look like to translate all table name...
Evite redundâncias ao definir Entities do JPA
Evite redundâncias ao definir Entities do JPA,Se você for definir uma tabela, por favor, não faça isso! Vamos saber melhor por que! No JPA, uma classe é mapeada para uma tabel...
Know The JPA Persistence.xml File
Know The JPA Persistence.xml File, JPA with Hibernate (7 Part Series) 1 Getting Started With Hibernate And JPA 2 Set Up a Barebones Java project with JPA ... 3 more parts... 3 Simp...
Build a Spring Boot ReST API
Build a Spring Boot ReST API, Spring Boot API Series (2 Part Series) 1 Build a Spring Boot ReST API 2 Build a Spring Boot ReST API In this blog article series, we will incrementall...