org.seasar.extension.jdbc.gen.desc
クラス PrimaryKeyDesc.Key

java.lang.Object
  上位を拡張 org.seasar.extension.jdbc.gen.desc.PrimaryKeyDesc.Key
含まれているクラス:
PrimaryKeyDesc

protected static class PrimaryKeyDesc.Key
extends java.lang.Object

キーです。

作成者:
taedium

フィールドの概要
protected  java.util.List<java.lang.String> columnNameList
          カラム名のリスト
 
コンストラクタの概要
protected PrimaryKeyDesc.Key()
           
 
メソッドの概要
protected  void addColumnName(java.lang.String columnName)
          カラム名を追加します。
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

columnNameList

protected java.util.List<java.lang.String> columnNameList
カラム名のリスト

コンストラクタの詳細

PrimaryKeyDesc.Key

protected PrimaryKeyDesc.Key()
メソッドの詳細

addColumnName

protected void addColumnName(java.lang.String columnName)
カラム名を追加します。

パラメータ:
columnName - カラム名

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals


Copyright © 2004-2014 The Seasar Foundation. All Rights Reserved.