-
Notifications
You must be signed in to change notification settings - Fork 4
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
Primary keys of type UUID #6
Comments
Hey @razvanmuscalu, thanks for contacting us. |
Ah yes, I overlooked that bit in the README, which already had the answer I was asking for. Can I also ask whether the library supports custom behaviour for fields? e.g. for performing in-flight operations before setting the field on the Java object.
this example is just for mapping to an enum, but the in-flight operation can be anything. I see the README mentions |
I think what you are looking for is present in the Jooq itself. Check out if the Converters do what you need. |
The Converters do seem like what I need. Thank you for the link. I made some changes to make the key type generic (but still preserving the validation to only allow |
@razvanmuscalu the way this works on Github is that you fork this repository, push a new branch with your changes to that fork, and then open a PR against this repository. My colleagues will then review the proposal :) |
I started experimenting with JOLO to potentially introduce it into our our project. I see that only keys of type Long are supported, but we have keys of type UUID. Is this a big limitation by design or something that can be potentially be implemented into the library?
The text was updated successfully, but these errors were encountered: