![]() |
Post initialization code just moved logic into another location where I had a clean connection. In this example, I used a complete creation method to create a mapper object. It of course uses the SQL session we just created to complete its SQL processing
Disconnect logic required trapping of fatal errors since anything could happen, and we wanted to avoid recursive exception handling loops.
This ends the logic for initialize, processing, and shutdown. Simple. It applies across all tasks.