| Package | Description | 
|---|---|
| org.apache.torque.om | API for the classic Torque-generated object model. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanKeyThis class can be used as an ObjectKey to uniquely identify an
 object within an application where the id consists
 of a Boolean. | 
| class  | DateKeyThis class can be used as an ObjectKey to uniquely identify an
 object within an application where the id is a Date. | 
| class  | NumberKeyThis class can be used as an ObjectKey to uniquely identify an
 object within an application where the id  consists
 of a single entity such a GUID or the value of a db row's primary key. | 
| class  | StringKeyThis class can be used as an ObjectKey to uniquely identify an
 object within an application where the id  consists
 of a single entity such a GUID or the value of a db row's primary key. | 
| Constructor and Description | 
|---|
| ComboKey(SimpleKey<?>[] key)Creates an ComboKey and set its internal representation | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.