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

PrevaylerModel change listener #1

Open
rnentjes opened this issue Mar 26, 2012 · 0 comments
Open

PrevaylerModel change listener #1

rnentjes opened this issue Mar 26, 2012 · 0 comments

Comments

@rnentjes
Copy link
Owner

Create a way to easily listen to changes on a certain model type. This way it becomes feasible to create and maintain indexes.

At the moment you can add any subtype of PrevaylerModel to be stored in one call, because of that we don't have a single entry point to maintain indexes and such (this will be worse with transactions).

A listener which could be added to a Dao (or just methods in the dao) could be a solution for this. Called from the transaction store command objects for example (or at commit time with transactions).

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