Package org.apache.torque.om
Class StringKey
- All Implemented Interfaces:
Serializable,Comparable<Object>
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.
- Version:
- $Id: StringKey.java 1849379 2018-12-20 12:33:43Z tv $
- Author:
- John McNally
- See Also:
-
Constructor Details
-
StringKey
public StringKey()Initializes the internal key value tonull. -
StringKey
Creates an StringKey and set its internal representation- Parameters:
key- the key value as String
-
StringKey
Creates a StringKey that is equivalent to key.- Parameters:
key- the key value
-
-
Method Details
-
getJdbcType
public int getJdbcType()Returns the JDBC type of the key as defined injava.sql.Types.- Specified by:
getJdbcTypein classObjectKey<String>- Returns:
Types.VARCHAR.
-