Klasse StringKey

Alle implementierten Schnittstellen:
Serializable, Comparable<Object>

public class StringKey extends SimpleKey<String>
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 $
Autor:
John McNally
Siehe auch:
  • Konstruktordetails

    • StringKey

      public StringKey()
      Initializes the internal key value to null.
    • StringKey

      public StringKey(String key)
      Creates an StringKey and set its internal representation
      Parameter:
      key - the key value as String
    • StringKey

      public StringKey(StringKey key)
      Creates a StringKey that is equivalent to key.
      Parameter:
      key - the key value
  • Methodendetails

    • getJdbcType

      public int getJdbcType()
      Returns the JDBC type of the key as defined in java.sql.Types.
      Angegeben von:
      getJdbcType in Klasse ObjectKey<String>
      Gibt zurück:
      Types.VARCHAR.