| Class Summary | 
| CriteriaSample | Example showing a simple query using the Torque Criteria class. | 
| ForeignKeySample | Example showing how to retrieve collections of objects
 referenced by a foreign key using the Torque object model. | 
| SqlSample | This demonstrate how we can use Torque's
 peer classes to execute custom SQL queries with the advantage
 of populating the corresponding Torque data objects in the same step. | 
| TorqueBasicsSample | Sample application to demonstrate the usage of the Java object model | 
| TransactionSample | Example showing how to use a transaction using Torque. |