Skip to content

Conversation

schauder
Copy link
Contributor

Instead of using Map.Entry we now use a dedicated class to hold key and value of a map entry.
This avoids side effects from the implementation of Map.Entry.

Replaced call to saveReferencedEntities with insertReferencedEntities which is simpler but equivalent since referenced entities always get only inserted, never updated.

Removed superfluous methods resulting from that change.

schauder added 3 commits March 9, 2018 18:20
Instead of using Map.Entry we now use a dedicated class to hold key and value of a map entry.
This avoids side effects from the implementation of Map.Entry.

Replaced call to saveReferencedEntities with insertReferencedEntities which is simpler but equivalent since referenced entities always get only inserted, never updated.

Removed superfluous methods resulting from that change.
Removed calls to System.out.
Formatting.
Import order.
@gregturn
Copy link
Contributor

Resolved via cb302e9

@gregturn gregturn closed this Mar 21, 2018
@gregturn gregturn deleted the issue/DATAJDBC-183 branch March 21, 2018 16:47
mp911de added a commit that referenced this pull request Feb 21, 2022
We use JDBC drivers only during testing so converting mssql-jdbc to a test-only dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants