|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.doma.jdbc.entity.BasicPropertyType<E,V>
public abstract class BasicPropertyType<E,V>
基本のプロパティ型です。
| フィールドの概要 | |
|---|---|
protected String |
columnName
カラム名 |
protected Class<V> |
entityPropertyClass
プロパティのクラス |
protected boolean |
insertable
挿入可能かどうか |
protected String |
name
プロパティの名前 |
protected boolean |
updatable
更新可能かどうか |
| コンストラクタの概要 | |
|---|---|
protected |
BasicPropertyType(Class<V> entityPropertyClass,
String name,
String columnName,
boolean insertable,
boolean updatable)
インスタンスを構築します。 |
| メソッドの概要 | ||
|---|---|---|
|
accept(org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH> visitor,
P p)
|
|
String |
getColumnName()
カラム名を返します。 |
|
String |
getName()
プロパティの名前を返します。 |
|
Class<V> |
getType()
|
|
boolean |
isId()
識別子かどうかを返します。 |
|
boolean |
isInsertable()
挿入可能かどうかを返します。 |
|
boolean |
isUpdatable()
更新可能かどうかを返します。 |
|
boolean |
isVersion()
バージョンかどうかを返します。 |
|
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース org.seasar.doma.jdbc.entity.EntityPropertyType から継承されたメソッド |
|---|
getWrapper |
| フィールドの詳細 |
|---|
protected final Class<V> entityPropertyClass
protected final String name
protected final String columnName
protected final boolean insertable
protected final boolean updatable
| コンストラクタの詳細 |
|---|
protected BasicPropertyType(Class<V> entityPropertyClass,
String name,
String columnName,
boolean insertable,
boolean updatable)
entityPropertyClass - プロパティのクラスname - プロパティの名前columnName - カラム名insertable - 挿入可能かどうかupdatable - 更新可能かどうか| メソッドの詳細 |
|---|
public String getName()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の getNamepublic String getColumnName()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の getColumnNamepublic boolean isId()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の isIdtruepublic boolean isVersion()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の isVersiontruepublic boolean isInsertable()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の isInsertabletruepublic boolean isUpdatable()
EntityPropertyType の記述:
EntityPropertyType<E,V> 内の isUpdatabletruepublic Class<V> getType()
org.seasar.doma.internal.jdbc.criteria.ColumnCriterion<V> 内の getType
public <R,P,TH extends Throwable> R accept(org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH> visitor,
P p)
throws TH extends Throwable
org.seasar.doma.internal.jdbc.criteria.Criterion<V> 内の acceptTH extends Throwable
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||