Package | Description |
---|---|
org.apache.torque.om |
API for the classic Torque-generated object model.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanKey
This class can be used as an ObjectKey to uniquely identify an
object within an application where the id consists
of a Boolean.
|
class |
DateKey
This class can be used as an ObjectKey to uniquely identify an
object within an application where the id is a Date.
|
class |
NumberKey
This 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 |
StringKey
This 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.