Skip to content

BasicJdbcConverter supports Constructor Instantiate for classes with the @Transient property. [DATAJDBC-465] #689

@spring-projects-issues

Description

@spring-projects-issues

MyeongHyeonLee opened DATAJDBC-465 and commented

When loading data with the Constructor, an Exception is thrown if the @Transient property exists.

The @Transient property value can be set to null.

 

@AllArgsConstructor
public class DummyEntity {
    @Id
    private Long id;

    private String name;

    @Transient
    private String temp;
}

Affects: 1.1.3 (Moore SR3)

Referenced from: pull request #185

Metadata

Metadata

Assignees

Labels

in: relationalRelational modulestatus: declinedA suggestion or change that we don't feel we should currently applytype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions