Creates a small database table
called dog
and populates with
hql. Creates 2 lookup tables breedLookup
and colorLookup
and 4N dog
.
Joins breedLookup
and colorLookup
to form a new table dogextended
. These
joins are deministrated 3 ways, ResultTransformer
,
looking up ids on breedLookup
and colorLookup
,
and non-ResultTransformer method.
Uses self-sign ssl.
Compiled and ran from build server bloop
.
Dependencies must be compatable with jdk8 or less.
- bloop
- java
- bloop-sbt
- hibernate
- hql
- log4j
- postgres driver
- alpine:edge
- hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10
- postgres:alpine
sudo ./install.sh -u
sudo ./install.sh -d
sudo ./install.sh -h