SourceForge.net

Tutorials

Author: Renato Brunella

This section contains an overview of available tutorials.

The source code for the tutorials can be found in the Download Section or from the Code Repository.

Please read the Introduction before reading the turorials.

Quick Start Tutorial

This tutorial takes the example from the Introduction and creates a running example in the form of a person repository. It creates a command line program that allows you to add, delete, change and search for persons in a database.

Immutable Objects Tutorial

This tutorial demonstrates how immutable objects can be mapped. Immutable objects get their state during initialzation through parameters in the constructor. The example is an exchange rate calculator that reads the exchange rates from the database.

In-Clause Tutorial

This tutorial demonstrates how SQL in-clauses work in QueryObjectFactory. The parameters for in-clauses get passed in as arrays. The example uses an employee/department relationship.