Spring Projects Issues

Results 615 issues of Spring Projects Issues

**[Eric Sirianni](https://jira.spring.io/secure/ViewProfile.jspa?name=sirianni)** opened **[DATAJPA-673](https://jira.spring.io/browse/DATAJPA-673?redirect=false)** and commented It would be nice if a default `@EntityGraph` for all queries in a repository class could be specified at the class level. The semantics...

in: core
type: enhancement

**[Brice Roncace](https://jira.spring.io/secure/ViewProfile.jspa?name=broncace)** opened **[DATAJPA-1224](https://jira.spring.io/browse/DATAJPA-1224?redirect=false)** and commented Using JPA 2's `type` operator, JPQL queries can filter or sort by entity type. However this is not possible using Spring Data JPA's [Sort](https://docs.spring.io/spring-data/commons/docs/current/api/org/springframework/data/domain/Sort.html)....

in: core
type: enhancement

**[Robert Hunt](https://jira.spring.io/secure/[email protected])** opened **[DATAJPA-1007](https://jira.spring.io/browse/DATAJPA-1007?redirect=false)** and commented It would be useful to add a note about JDBC driver behaviour in relation to streaming results. I know it goes beyond the scope/control...

type: documentation
type: enhancement

**[Chris Li](https://jira.spring.io/secure/ViewProfile.jspa?name=crisli)** opened **[DATAJPA-919](https://jira.spring.io/browse/DATAJPA-919?redirect=false)** and commented I am using Projection feature in my project. I need a query which will have a sub-select statement, so I decide to use native...

type: bug
in: core

**[Pramoth Suwanpech](https://jira.spring.io/secure/ViewProfile.jspa?name=pramoth)** opened **[DATAJPA-892](https://jira.spring.io/browse/DATAJPA-892?redirect=false)** and commented I would be nice if we can do paging with native query. If developer prepare findQuery (spring data predefined parameter {startRow:endRow}) and countQuery then...

in: core
type: enhancement

**[Alessandro Rosá](https://jira.spring.io/secure/ViewProfile.jspa?name=alessandrorosa)** opened **[DATAMONGO-1749](https://jira.spring.io/browse/DATAMONGO-1749?redirect=false)** and commented Hi, since I didn't find anything about this feature I would like to ask if there will be any support for the FeatureCollection Object...

unlikely
in: core
type: enhancement

**[Joaquin Peñalver](https://jira.spring.io/secure/ViewProfile.jspa?name=jpenalver)** opened **[DATAMONGO-1884](https://jira.spring.io/browse/DATAMONGO-1884?redirect=false)** and commented I've currently a problem with serialize/deserialize process in MongoDB of an object that contains an attribute defined by a marker interface and the implementations...

type: bug
in: mapping

**[Nathan Cantelmo](https://jira.spring.io/secure/ViewProfile.jspa?name=ncantelmo)** opened **[DATAMONGO-1051](https://jira.spring.io/browse/DATAMONGO-1051?redirect=false)** and commented If you have an existing `@Document` entity with a unique index and you later add an `@Version` field to the entity class, updates to...

type: bug

**[Ryan Tenney](https://jira.spring.io/secure/ViewProfile.jspa?name=ryantenney)** opened **[DATAMONGO-918](https://jira.spring.io/browse/DATAMONGO-918?redirect=false)** and commented I'm starting to use Twitter's Snowflake ID generation service to generate ids for entities (one of the systems with which my project is integrating...

in: repository
type: enhancement
theme: 5.0

**[Anuj Jamwal](https://jira.spring.io/secure/ViewProfile.jspa?name=anujjamwal)** opened **[DATAREST-1368](https://jira.spring.io/browse/DATAREST-1368?redirect=false)** and commented **Root Cause** When creating a custom controller, there is no way to specify the DomainClass. For a nested resource path like GET /posts/1/comments, the...

type: bug