Spring Projects Issues

Results 615 issues of Spring Projects Issues
trafficstars

**[xiaofuliang](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50815)** opened **[DATAJDBC-649](https://jira.spring.io/browse/DATAJDBC-649?redirect=false)** and commented 1、Can data-jdbc support complex queries similar to JpaSpecificationExecutor so that query parameters can be dynamically passed 2、There are several places in the documentation that I...

type: enhancement

**[mitasov-ra](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50801)** opened **[DATAJDBC-648](https://jira.spring.io/browse/DATAJDBC-648?redirect=false)** and commented ### The Problem Recently I've faced problem with registering custom `@ReadingConverter` in `JdbcConfiguration`, it simply didn't work as expected. Instead of registering my `CustomField` as...

in: mapping
type: enhancement

**[rod2j](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49612)** opened **[DATAJDBC-551](https://jira.spring.io/browse/DATAJDBC-551?redirect=false)** and commented Derived delete/removeByXxx queries work as expected for return type void but fail when return type is long/Long or List\, where it should return the number...

status: pending-design-work
in: repository
type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAJDBC-642](https://jira.spring.io/browse/DATAJDBC-642?redirect=false)** and commented --- No further details from [DATAJDBC-642](https://jira.spring.io/browse/DATAJDBC-642?redirect=false)

type: task

**[James Clark](https://jira.spring.io/secure/ViewProfile.jspa?name=jamesclark92)** opened **[DATAJDBC-379](https://jira.spring.io/browse/DATAJDBC-379?redirect=false)** and commented We should add the ability to disable auto-applied custom converters. I.E. just because a conversion exists, doesn't mean it should be used by default....

status: ideal-for-contribution
type: enhancement

**[Alexander Gladskoy](https://jira.spring.io/secure/ViewProfile.jspa?name=alexander.gladskoy)** opened **[DATAJDBC-526](https://jira.spring.io/browse/DATAJDBC-526?redirect=false)** and commented Please provide ability to bind parameter to non-default sql-type. For example I have this code ```java @Query("update someTable set stringAttr = :stringAttr where id...

type: enhancement

**[Veli-Pekka Muli](https://jira.spring.io/secure/ViewProfile.jspa?name=vpmuli)** opened **[DATAJDBC-630](https://jira.spring.io/browse/DATAJDBC-630?redirect=false)** and commented Currently the only way to have collections that don't have an order column in the database is to make the collection a Set. This...

status: ideal-for-contribution
type: enhancement

**[sopeLi](https://jira.spring.io/secure/ViewProfile.jspa?name=sopeli)** opened **[DATAJDBC-397](https://jira.spring.io/browse/DATAJDBC-397?redirect=false)** and commented   ``` @Modifying @Query(value = "update orders o set o.status = #{#order.status}") Integer updateOrder(@Param("order") Order order); ```   I want to get the parameters of the order...

type: enhancement

**[benzen](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49614)** opened **[DATAJDBC-552](https://jira.spring.io/browse/DATAJDBC-552?redirect=false)** and commented Having the following    ```java @Component public interface ProjectRepository extends CrudRepository { List findByIdIn(List ids); List findByIsArchived(Boolean isArchived); List findByIsArchivedAndClientId(Boolean isArchived, Long clientId); List saveAll(List project);...

type: bug

This is an _Epic_ gathering various approaches to improve the writing behaviour of Spring Data JDBC. If we have an Aggregate Root `A` referencing entities `B` on update the following...

type: task
in: jdbc