|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.jdbc.entity.TransientProperty<D>
public class TransientProperty<D extends Domain<?,?>>
非永続性プロパティです。
フィールドの概要 | |
---|---|
protected D |
domain
ドメイン |
protected String |
name
名前 |
コンストラクタの概要 | |
---|---|
TransientProperty(String name,
D domain)
インスタンスを構築します。 |
メソッドの概要 | |
---|---|
String |
getColumnName()
カラム名を返します。 |
D |
getDomain()
ドメインを返します。 |
String |
getName()
名前を返します。 |
boolean |
isId()
識別子かどうかを返します。 |
boolean |
isInsertable()
INSERT文に含める対象かどうかを返します。 |
boolean |
isTransient()
非永続性かどうかを返します。 |
boolean |
isUpdatable()
UPDATE文のSET句に含める対象かどうかを返します。 |
boolean |
isVersion()
バージョンかどうかを返します。 |
String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
protected final String name
protected final D extends Domain<?,?> domain
コンストラクタの詳細 |
---|
public TransientProperty(String name, D domain)
name
- 名前domain
- ドメインメソッドの詳細 |
---|
public String getColumnName()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の getColumnName
null
public D getDomain()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の getDomain
public String getName()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の getName
public boolean isId()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の isId
true
public boolean isInsertable()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の isInsertable
true
public boolean isUpdatable()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の isUpdatable
true
public boolean isVersion()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の isVersion
true
public boolean isTransient()
EntityProperty
の記述:
EntityProperty<D extends Domain<?,?>>
内の isTransient
true
public String toString()
Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |