spring-data-jpa icon indicating copy to clipboard operation
spring-data-jpa copied to clipboard

Simplifies the development of creating a JPA-based data access layer.

Results 317 spring-data-jpa issues
Sort by recently updated
recently updated
newest added

**[ZhangJianAo](https://jira.spring.io/secure/ViewProfile.jspa?name=zhangjianao)** opened **[DATAJPA-1692](https://jira.spring.io/browse/DATAJPA-1692?redirect=false)** and commented In my simple test, I query 1000 entities one by one. Compare "findById" function and a generate function with name "findByIdIs". "findById" using 41840ms and...

for: team-attention
type: enhancement

**[Sergei Poznanski](https://jira.spring.io/secure/ViewProfile.jspa?name=cepr0)** opened **[DATAJPA-1414](https://jira.spring.io/browse/DATAJPA-1414?redirect=false)** and commented In SB 2.0.x class based projections don't work as [expected](https://github.com/spring-projects/spring-data-examples/blob/586c3d512021af382c348923a0c2851fb57ded59/jpa/example/src/main/java/example/springdata/jpa/projections/CustomerRepository.java#L58). Using them leads to the exception: `org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from...

type: bug
in: core

#2294 introduced the Fluent API. However, scheduling issues prevented us from implementing class-based DTOs. As part of that development effort, the following chunk of code from `FetchableFluentQueryByExample` was withdrawn since...

theme: projections

**[Mauro Molinari](https://jira.spring.io/secure/ViewProfile.jspa?name=mauromol)** opened **[DATAJPA-649](https://jira.spring.io/browse/DATAJPA-649?redirect=false)** and commented I have an entity: ``` @Entity public class EntityA { @Id private Long id; // getters/setters omitted } ``` and another one with a...

type: bug
in: core
status: blocked
has: votes-jira

Hello, Currently there's no way to get all the revisions for a given class, you always have to pass the ```ID``` as a parameter. This makes it harder to retrieve...

type: enhancement
in: envers

Hi, I've set up an example project here that showcases what seems to be a bug in Spring Data projections: https://github.com/joheb-mohemian/gs-accessing-data-jpa/tree/primary-key-join-column-projection-bug/complete I have a Customer entity that has a OneToOne...

status: blocked

Hello, spring-data-jpa, version: **2.3.9** database: **mysql** An error occures for method annotated with `@Query(nativeQuery=true)` with declared _pageable_ parameter, e.g.: `Page searchForEntityWithStatus(@Param("status"), Pageable pageable);` If query contains complex JOIN with ORDER...

type: bug
in: query-parser

Hi, a change was made in 2.6.0 in JpaQueryExecution.ProcedureExecution.doExecute that has introduced a condition on the doExecute that in the event of true extracts the query results via Hibernate instead...

type: regression

**[mirackle-spb](https://jira.spring.io/secure/ViewProfile.jspa?name=mirackle-spb)** opened **[DATAJPA-1686](https://jira.spring.io/browse/DATAJPA-1686?redirect=false)** and commented Looks like [DATAJPA-617](https://jira.spring.io/browse/DATAJPA-617)  is not completely resolved. My app doing some data work while context initialisation is in progress. Inserting default data to database. When...

type: bug
in: core