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

Add Method for Update Without Reading Events to Eventuate Aggregate Store #165

Open
dartartem opened this issue Aug 20, 2020 · 0 comments
Open

Comments

@dartartem
Copy link
Contributor

It is necessary for creating hybrid jpa repositories.

1) Update the entity version - https://github.com/eventuate-local/eventuate-local/blob/97e4b7ab4a5322f3a3e032973cefcf5b96da0326/eventuate-client-java-jdbc-common/src/main/java/io/eventuate/javaclient/jdbc/EventuateJdbcAccessImpl.java#L194
2) execute one or more insert statements for the events - https://github.com/eventuate-local/eventuate-local/blob/97e4b7ab4a5322f3a3e032973cefcf5b96da0326/eventuate-client-java-jdbc-common/src/main/java/io/eventuate/javaclient/jdbc/EventuateJdbcAccessImpl.java#L252
dartartem added a commit to dartartem/eventuate-local that referenced this issue Aug 20, 2020
dartartem added a commit to dartartem/eventuate-local that referenced this issue Aug 24, 2020
…Eventuate Aggregate Store. Updated eventuate local version. 'updateWithoutReading' renamed to 'update'. Removed additional optional classes.
cer added a commit that referenced this issue Sep 8, 2020
#165: Add Method for Update Without Reading Events to Eventuate Aggre…
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

No branches or pull requests

1 participant