Skip to content

Make implementations of PreparedStatementSetter public, not package-private [SPR-10375] #15008

@spring-projects-issues

Description

@spring-projects-issues

David Dulson opened SPR-10375 and commented

ArgPreparedStatementSetter and ArgTypePreparedStatementSetter are both package private, and in both cases I want to extend the class and override the (protected) doSetValue. I am unable to do this due to the package private access.

Could these classes be changed to public?


Affects: 3.2.2

Referenced from: commits cc4f132

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions