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

Configure Moo to Update Mismatched Classes #70

Open
geoffreywiseman opened this issue Dec 20, 2011 · 0 comments
Open

Configure Moo to Update Mismatched Classes #70

geoffreywiseman opened this issue Dec 20, 2011 · 0 comments

Comments

@geoffreywiseman
Copy link
Owner

By default, if Moo is doing an update/translate and finds an object that doesn't match what it itself would have put there, it will replace the object with a new object derived from translation.

There many be a reason why someone might prefer Moo to update the object already in place, even if that object's class isn't the same as the class of the object Moo might have used. For instance, this approach would be better when dealing with Hibernate properties that might be proxied.

There are options here in terms of how Moo might be configured and what you might need to tell Moo to get it to do what you want. I'm not sure i'll need most of these options.

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