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

Provide a way for transforming Enum constants in @Properties. #634

Closed
michael-simons opened this issue Jun 17, 2019 · 0 comments · Fixed by #636
Closed

Provide a way for transforming Enum constants in @Properties. #634

michael-simons opened this issue Jun 17, 2019 · 0 comments · Fixed by #636

Comments

@michael-simons
Copy link
Collaborator

See #632.

This is useful to obey both Neo4j and Java naming conventions and can not be implemented by overwriding an enums toString, as one would not be able to load it back.

michael-simons added a commit that referenced this issue Jun 17, 2019
This allows enum based dynamic properties to be transformed before save.
@michael-simons michael-simons changed the title Provide a flag to toLowerCase enum names as keys for dynamic properties. Provide a way for transforming Enum constants in @Properties. Jun 17, 2019
michael-simons added a commit that referenced this issue Jun 17, 2019
This allows enum based dynamic properties to be transformed before save.
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

Successfully merging a pull request may close this issue.

1 participant