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

Handle Unit Types in JPA #93

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

raynigon
Copy link
Owner

@raynigon raynigon commented Aug 13, 2021

Implements the JPA Part of #31

We need to handle Unit Types in JPA, so its possible to store a Quantity in two columns, with the first column being the value of the quantity and the second column being the unit in which the quantity is expressed.

The first step is to add a "UnitType" to hibernate, which allows to store the Unit object in a Database Column.

TODO

@raynigon raynigon added the feature New feature or request label Aug 13, 2021
@raynigon raynigon marked this pull request as ready for review February 22, 2022 13:47
@raynigon raynigon marked this pull request as draft February 22, 2022 13:48
@raynigon raynigon force-pushed the feature/31/jpa-handle-unit-types branch from 7c29285 to 4eda204 Compare February 22, 2022 13:50
@raynigon raynigon closed this Jun 21, 2022
@raynigon raynigon reopened this Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant