Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

Query by a parent field but return a child class

spring-boot-starter-jta-atomikos and spring-boot-starter-batch

Nested projection doesn't work with native query in Spring Data JPA

@EnableJpaRepositories is not detecting or @Autowired of Repository is not detected anywhere in spring-boot application

java spring-data-jpa

Hibernate query ends up in SQL syntax error

Specification/Predicate for Hibernate/spatial to filter an Entity whether it is in radius or not

The Scala way of creating Spring Data JPA repositories

springboot autowiring @Repository inside of @Configuration not working

How to create composite key using spring-jpa where one attribute of the key is in @MappedSuperClass and other attribute is in @Entity class?

How to insert into geo point column in spring data-jpa + mysql 8?

Spring: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near

Refresh Repository Populator for each test

Implicitly casting bigint postgres datatytpe to Java Long

Could not create query for public abstract org.springframework.data.domain.Page com.example.repository.DocumentsRepository.findBytypeid

Need help tracking down cause of JPASystemException

Query the database using discriminator values

How to pass Timestamp,date in request param in spring boot using Postman

JpaRepository - Hibernate - java.math.BigInteger cannot be cast to java.lang.Boolean