|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
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<?,?>> 内の getColumnNamenullpublic D getDomain()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の getDomainpublic String getName()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の getNamepublic boolean isId()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の isIdtruepublic boolean isInsertable()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の isInsertabletruepublic boolean isUpdatable()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の isUpdatabletruepublic boolean isVersion()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の isVersiontruepublic boolean isTransient()
EntityProperty の記述:
EntityProperty<D extends Domain<?,?>> 内の isTransienttruepublic String toString()
Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||