Skip to content

bearddan2000/java-cli-bloop-sbt-hibernate-db2-case-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-cli-bloop-sbt-hibernate-db2-case-count

Description

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 case-counts are deministrated 3 ways, ResultTransformer, looking up ids on breedLookup and colorLookup, and non-ResultTransformer method.

Add an immutable entity breedcount as a case-count uses a subquery join.

Updated an immutable entity breedcount as a view using a subselect with case and join.

Compiled and ran from build server bloop.

Build note

Dependencies must be compatable with jdk8 or less.

Tech stack

  • bloop
  • java
  • bloop-sbt
    • hibernate
    • hql
    • log4j
    • db2 driver

Docker stack

  • hseeberger/scala-bloop-sbt:11.0.2-oraclelinux7_1.3.5_2.12.10
  • ibmcom/db2

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit