Spring Projects Issues
Spring Projects Issues
**[Marek Šabo](https://jira.spring.io/secure/ViewProfile.jspa?name=marek.sabo)** opened **[DATAJDBC-321](https://jira.spring.io/browse/DATAJDBC-321?redirect=false)** and commented As mentioned in the SO answer, spring-data-jdbc currently doesn't support multiple datasources. It would be great to add this support in future releases. Immediate...
**[alpet](https://jira.spring.io/secure/ViewProfile.jspa?name=alpet)** opened **[DATAJDBC-352](https://jira.spring.io/browse/DATAJDBC-352?redirect=false)** and commented Enable usage of `@Embdedded` and `@Id` together. I see two scenarios here. One would be for read only repositories and the other for the CRUD...
**[MyeongHyeonLee](https://jira.spring.io/secure/ViewProfile.jspa?name=myeonghyeonlee)** opened **[DATAJDBC-385](https://jira.spring.io/browse/DATAJDBC-385?redirect=false)** and commented The access scope of the SqlGenerator is package-public and can not be used. I need to implement the DataAccessStrategy to support RDBMS vendors not supported...
**[Tyler K Van Gorder](https://jira.spring.io/secure/ViewProfile.jspa?name=tkvangorder)** opened **[DATAJDBC-416](https://jira.spring.io/browse/DATAJDBC-416?redirect=false)** and commented It would be nice to mark attributes on an entity as "InsertOnly", such that they are included during and insert but excluded...
**[Oliver Drotbohm](https://jira.spring.io/secure/ViewProfile.jspa?name=olivergierke)** opened **[DATAJDBC-20](https://jira.spring.io/browse/DATAJDBC-20?redirect=false)** and commented We could provide Spring Data repositories support for the JDBC module based on the `QuerydslJdbcTemplate` --- **Issue Links:** - [DATAJDBC-21](https://jira.spring.io/browse/DATAJDBC-21) Add repositories support based...
**[neil4dong](https://jira.spring.io/secure/ViewProfile.jspa?name=neil4dong)** opened **[DATAJDBC-373](https://jira.spring.io/browse/DATAJDBC-373?redirect=false)** and commented Integration Mybatis with spring-data-jdbc,make mybatis can mixed with spring-data-jdbc in ONE repository by annotation with `@MybatisQuery` Please check out if this way is feasible ?...
**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-421](https://jira.spring.io/browse/DATAJDBC-421?redirect=false)** and commented While the direct issue described in the Stackoverflow question is fixed in 1.1 there still is an issue with qualifiers for backreferences for tables...
**[kremerkp](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49990)** opened **[DATAJDBC-589](https://jira.spring.io/browse/DATAJDBC-589?redirect=false)** and commented I try to add an dynamicly "order by" clause by passing a parameter inside a custom query. Limit and offset are working fine as parameters,...
**[Fábio Coutinho Valente](https://jira.spring.io/secure/ViewProfile.jspa?name=fabiocvalente)** opened **[DATAJDBC-408](https://jira.spring.io/browse/DATAJDBC-408?redirect=false)** and commented I'm changing my application from Spring Data JPA to Spring Data JDBC, and I have one column on my table that saves an...
**[edwil13x](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER49808)** opened **[DATAJDBC-566](https://jira.spring.io/browse/DATAJDBC-566?redirect=false)** and commented i want to use a genric converter for all the enums i used in my project. but i got an error. Explanations : Given this...