google-nomulus/db/src
gbrodman 5cbc307cd1
Add a DAO for User objects and fix up the User DB object (#1765)
First, we create a sequence of User IDs in Postgres and assign it to the
User ID field, meaning that Hibernate can autogenerate IDs.

Next, add an update timestamp.

Next, add a constraint that we can't have multiple Users with the same
email address.

Finally, create a DAO since we'll usually want to query by that email
address (at least for now).
2022-09-08 15:21:56 -04:00
..
main Add a DAO for User objects and fix up the User DB object (#1765) 2022-09-08 15:21:56 -04:00
test Use Gradle dependency dynamic versioning (#1612) 2022-05-02 14:10:52 -04:00