Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add ServerConfig updateAllPropertiesInBatch with a default of true #358

Closed
rbygrave opened this issue Jul 27, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@rbygrave
Copy link
Member

What this does is detect when an update is occurring in JDBC batch and ... IF the updateAllProperties mode has not been explicitly set on the transaction uses the server wide default as per ServerConfig (which defaults to true).

The point of this is to increase the use of common preparedStatements in JDBC batch mode - generally including all loaded properties will mean the update statements are the same assuming the beans are loaded in the same way (via the same query etc).

@rbygrave rbygrave self-assigned this Jul 27, 2015
@rbygrave rbygrave added this to the 6.2.1 milestone Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant