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
views are deministrated 3 ways, ResultTransformer,
looking up ids on breedLookup and colorLookup,
and non-ResultTransformer method.
Add an immutable entity breedcount as a view uses a subquery join.
A java buildr build, that connects to single node cockroach database without ssl.
- java
- buildr
- hibernate
- hql
- log4j
- postgres drivers
- cockroachdb/cockroach:v19.2.2
- vanto/apache-buildr:latest-jruby-jdk8
sudo ./install.sh -u
sudo ./install.sh -d
sudo ./install.sh -h