Skip to content

Spring JDBC ORM Like RowMapper [DATAJDBC-46] #302

@spring-projects-issues

Description

@spring-projects-issues

Serkan ÖZAL opened DATAJDBC-46 and commented

There is already a rowmapper named "org.springframework.jdbc.core.BeanPropertyRowMapper" for binding resultset attributes to object. But it is reflection based and can cause performance problems as Spring developers said. A byte code generation (with CGLib and Javassist) based rowmapper maybe a helpful feature. It generates rowmapper on the fly like implementing as manual so it has no performance overhead. It can also supports object relations as lazy and eager.


No further details from DATAJDBC-46

Metadata

Metadata

Assignees

Labels

in: coreIssues in core supportstatus: 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