Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

How do you use both Spring Data JPA and Spring Data Elasticsearch repositories on the same domain class in a Spring Boot application?

Spring Boot 2 - H2 Database - @SpringBootTest - Failing on org.h2.jdbc.JdbcSQLException: Table already exists

Spring Boot Data JPA with H2 and data.sql - Table not Found

Storing UUID as string in mysql using JPA

MySQLNonTransientConnectionException Could not create connection to database server. Caused by: java.lang.NullPointerException

spring-data: Not an managed type: class java.lang.Object

Spring boot + Spring Data JPA + Atomikos + Multiple databases configuration

Spring Data, JPA @OneToMany Lazy fetch not working in Spring Boot

POSTing nested objects using spring data rest?

Spring native query executed within a transaction taking outdated value

Spring JPA: Should the Save() method commit data to the database?

Spring @Query annotation with enum parameter

java spring spring-data-jpa

how to unit test method using "Spring Data JPA" Specifications

Hibernate fails to load JPA 2.1 Converter when loaded with spring-boot and spring-data-jpa

How can I execute a stored procedure with JPA & Spring Data?

Ignore some classes while scanning PackagesToScan

How to combine pagination with a criteria query in Spring Data JPA?

Spring Boot : Error creating bean with name 'jpaMappingContext': java.lang.NullPointerException

Technical difference between Spring Boot with JOOQ and Spring Data JPA

How do I import configuration classes in a @DataJpaTest in a SpringBootTest?