Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-data-jpa

JPARepository findByUserName method returns null values

Spring @Transactional not returning connection to Hikari pool

java spring spring-data-jpa

Can I use @CreationTimestamp(source = Source.DB) / @UpdateTimestamp(source = SourceType.DB) is the @EmbeddedId

Spring Bean Overriding throws error in JpaAuditingRegistrar

How to execute Native SQL server query without resultset using Spring Data JPA

How to indicate an effective date on historical table using audit capabilities of 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?