Skip to content

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.

2 participants