org.seasar.doma.jdbc.entity
クラス AssignedIdProperty<D extends Domain<?,?>>

java.lang.Object
  上位を拡張 org.seasar.doma.jdbc.entity.BasicProperty<D>
      上位を拡張 org.seasar.doma.jdbc.entity.AssignedIdProperty<D>
すべての実装されたインタフェース:
EntityProperty<D>

public class AssignedIdProperty<D extends Domain<?,?>>
extends BasicProperty<D>

アプリケーションにより割り当てられる識別子のプロパティです。

作成者:
taedium

フィールドの概要
 
クラス org.seasar.doma.jdbc.entity.BasicProperty から継承されたフィールド
columnName, domain, insertable, name, updatable
 
コンストラクタの概要
AssignedIdProperty(String name, String columnName, D domain)
          インスタンスを構築します。
 
メソッドの概要
 boolean isId()
          識別子かどうかを返します。
 
クラス org.seasar.doma.jdbc.entity.BasicProperty から継承されたメソッド
getColumnName, getDomain, getName, isInsertable, isTransient, isUpdatable, isVersion, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AssignedIdProperty

public AssignedIdProperty(String name,
                          String columnName,
                          D domain)
インスタンスを構築します。

パラメータ:
name - 名前
columnName - カラム名
domain - ドメイン
メソッドの詳細

isId

public boolean isId()
インタフェース EntityProperty の記述:
識別子かどうかを返します。

定義:
インタフェース EntityProperty<D extends Domain<?,?>> 内の isId
オーバーライド:
クラス BasicProperty<D extends Domain<?,?>> 内の isId
戻り値:
識別子の場合 true


Copyright © 2009 The Seasar Foundation. All Rights Reserved.