|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.jdbc.entity.BasicPropertyType<E,V>
org.seasar.doma.jdbc.entity.AssignedIdPropertyType<E,V>
public abstract class AssignedIdPropertyType<E,V>
アプリケーションにより割り当てられる識別子のプロパティ型です。
フィールドの概要 |
---|
クラス org.seasar.doma.jdbc.entity.BasicPropertyType から継承されたフィールド |
---|
columnName, entityPropertyClass, insertable, name, updatable |
コンストラクタの概要 | |
---|---|
protected |
AssignedIdPropertyType(java.lang.Class<V> entityPropertyClass,
java.lang.String name,
java.lang.String columnName)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
boolean |
isId()
識別子かどうかを返します。 |
クラス org.seasar.doma.jdbc.entity.BasicPropertyType から継承されたメソッド |
---|
accept, getColumnName, getName, getType, isInsertable, isUpdatable, isVersion |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType から継承されたメソッド |
---|
getWrapper |
コンストラクタの詳細 |
---|
protected AssignedIdPropertyType(java.lang.Class<V> entityPropertyClass, java.lang.String name, java.lang.String columnName)
entityPropertyClass
- プロパティのクラスname
- プロパティの名前columnName
- カラム名メソッドの詳細 |
---|
public boolean isId()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の isId
BasicPropertyType<E,V>
内の isId
true
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |