Spring Projects Issues

Results 615 issues of Spring Projects Issues
trafficstars

**[Tomas-Mrazek](https://jira.spring.io/secure/ViewProfile.jspa?name=tomas-mrazek)** opened **[DATAJDBC-299](https://jira.spring.io/browse/DATAJDBC-299?redirect=false)** and commented Oracle 11g doesn't have auto increment as 12c, so the only option is to use explicit sequence (or slow trigger). Setting up ID during BeforeSaveEvent...

type: enhancement

**[Bahadır Yağan](https://jira.spring.io/secure/ViewProfile.jspa?name=byagan)** opened **[DATAJDBC-450](https://jira.spring.io/browse/DATAJDBC-450?redirect=false)** and commented It may be a good feature to optionally store non-root entities in a single column in the aggregate root's table, rather than separate table(s)...

in: mapping
type: enhancement

**[srinivas kvs](https://jira.spring.io/secure/ViewProfile.jspa?name=srinivas_vsk)** opened **[DATAJDBC-284](https://jira.spring.io/browse/DATAJDBC-284?redirect=false)** and commented Add an attribute to `@Embed` introduced in [DATAJDBC-111](https://jira.spring.io/browse/DATAJDBC-111) so that the annotated property gets stored as JSON instead of multiple embedded columns. The attribute...

in: mapping
type: enhancement

**[Veli-Pekka Muli](https://jira.spring.io/secure/ViewProfile.jspa?name=vpmuli)** opened **[DATAJDBC-567](https://jira.spring.io/browse/DATAJDBC-567?redirect=false)** and commented The generated SQL is WHERE "myschema"."mytable"."mycolumn" IN () --- **Affects:** 2.0.1 (Neumann SR1)

type: bug

**[B-hamza](https://jira.spring.io/secure/ViewProfile.jspa?name=JIRAUSER50831)** opened **[DATAJDBC-650](https://jira.spring.io/browse/DATAJDBC-650?redirect=false)** and commented When trying to persist an Entity like :    ```java class Test {  private final String a;  private final Map b; .... // constructor, getters }...

in: mapping
type: enhancement

**[Mark Paluch](https://jira.spring.io/secure/ViewProfile.jspa?name=mp911de)** opened **[DATAJDBC-523](https://jira.spring.io/browse/DATAJDBC-523?redirect=false)** and commented With the addition of Query Derivation and the CriteriaDefinition, we should provide also a mechanism to issue queries by a Query object that specifies...

in: core
type: enhancement

**[eiswind](https://jira.spring.io/secure/ViewProfile.jspa?name=eiswind1)** opened **[DATAJDBC-477](https://jira.spring.io/browse/DATAJDBC-477?redirect=false)** and commented Setting `@Version` annotated property to 0 will mark the entity as new too. At least I would guess that from the code and this gets...

in: relational
type: enhancement
in: documentation

**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-208](https://jira.spring.io/browse/DATAJDBC-208?redirect=false)** and commented --- **Issue Links:** - [DATAJDBC-358](https://jira.spring.io/browse/DATAJDBC-358) CrudRepositories with dynamic table names (_**"is duplicated by"**_)

type: bug

**[Jens Schauder](https://jira.spring.io/secure/ViewProfile.jspa?name=schauder)** opened **[DATAJDBC-128](https://jira.spring.io/browse/DATAJDBC-128?redirect=false)** and commented Currently; if we have an aggregate root `A` referencing a single `B` the FK on the tables have to actually go in the opposite...

type: enhancement

- Support nanosecond precision by converting to Timestamp instead of Date #855