Package org.apache.torque.om
Klasse SimpleKey<T>
java.lang.Object
org.apache.torque.om.ObjectKey<T>
org.apache.torque.om.SimpleKey<T>
- Alle implementierten Schnittstellen:
Serializable
,Comparable<Object>
- Bekannte direkte Unterklassen:
BooleanKey
,DateKey
,NumberKey
,StringKey
This empty class marks an ObjectKey as being capable of being
represented as a single column in a database.
- Version:
- $Id: SimpleKey.java 1849379 2018-12-20 12:33:43Z tv $
- Autor:
- John McNally, J. Russell Smyth
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic NumberKey
keyFor
(double key) Creates an ObjectKey for the key object.static NumberKey
keyFor
(int key) Creates an ObjectKey for the key object.static NumberKey
keyFor
(long key) Creates an ObjectKey for the key object.static BooleanKey
Creates an ObjectKey for the key object.static NumberKey
Creates an ObjectKey for the key object.static StringKey
Creates an ObjectKey for the key object.static NumberKey
keyFor
(BigDecimal key) Creates an ObjectKey for the key object.static DateKey
Creates an ObjectKey for the key object.static DateKey
Creates an ObjectKey for the key object.static NumberKey
Creates an ObjectKey for the key object.static StringKey
Creates an ObjectKey for the key object.
-
Konstruktordetails
-
SimpleKey
public SimpleKey()
-
-
Methodendetails
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-
keyFor
Creates an ObjectKey for the key object.- Parameter:
key
- the key value.- Gibt zurück:
- an ObjectKey for
key
.
-