[JIRA] (HHH-14044) Extract code from Loader into protected methods
by Gail Badner (JIRA)
Gail Badner ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%... ) *created* an issue
Hibernate ORM ( https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiYWFhN2YyMGNj... ) / Task ( https://hibernate.atlassian.net/browse/HHH-14044?atlOrigin=eyJpIjoiYWFhN2... ) HHH-14044 ( https://hibernate.atlassian.net/browse/HHH-14044?atlOrigin=eyJpIjoiYWFhN2... ) Extract code from Loader into protected methods ( https://hibernate.atlassian.net/browse/HHH-14044?atlOrigin=eyJpIjoiYWFhN2... )
Issue Type: Task Assignee: Gail Badner ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%... ) Components: hibernate-core Created: 26/May/2020 21:57 PM Fix Versions: 5.5.0.Beta1, 5.4.17 Priority: Major Reporter: Gail Badner ( https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%... )
This is for Hibernate Reactive:
https://github.com/hibernate/hibernate-reactive/issues/120.
The changes:
* extract code from `Loader#prepareQueryStatement` that binds a `PreparedStatement` into `protected` method named `#bindPreparedStatement`;
* change `private processResultSet( ResultSet, RowSelection, LimitHandler, boolean, SharedSessionContractImplementor)` to `protected preprocessResultSet(...)`, since it really does preprocessing. (`#processResultSet(ResultSet , QueryParameters, SharedSessionContractImplementor, boolean, ResultTransformer, int, List<AfterLoadAction>) actually does the processing).
( https://hibernate.atlassian.net/browse/HHH-14044#add-comment?atlOrigin=ey... ) Add Comment ( https://hibernate.atlassian.net/browse/HHH-14044#add-comment?atlOrigin=ey... )
Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.... ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailN... ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100127- sha1:dccb6b5 )
5 years, 10 months