The Apache Software Foundation

Apache Torque

DOAP File RSS File Atom Feed

Torque is an object-relational mapper for Java. In other words, Torque lets you access and manipulate data in a relational database using java objects. Unlike most other object-relational mappers, Torque does not use reflection to access user-provided classes, but it generates the necessary classes (including the Data Objects) from an XML schema describing the database layout (which can either be written by hand or generated from an existing database). The XML schema can also be used to generate and execute a SQL script which creates all the tables in the database.

Programming Languages Java
Categories database
Mailing Lists http://db.apache.org/torque/mail-lists.html
Bug/Issue Tracker http://issues.apache.org/scarab/issues
License Apache License Version 2.0
Project Website http://db.apache.org/torque/
PMC Apache DB

Project Release Information

Releases can be downloaded from http://db.apache.org/torque/download.html

Most recent releases:

Release Version Date
Torque 3.3-RC1 2006-11-23
Torque 3.2 2005-12-10

Access to the source code:

Copyright 1999-2012, The Apache Software Foundation

Licensed under the Apache License, Version 2.0.

Generated Wed, 16 May 2012 18:30:31 GMT