|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.doma.jdbc.entity.BasicPropertyType<E,V>
public abstract class BasicPropertyType<E,V>
基本のプロパティ型です。
フィールドの概要 | |
---|---|
protected java.lang.String |
columnName
カラム名 |
protected java.lang.Class<V> |
entityPropertyClass
プロパティのクラス |
protected boolean |
insertable
挿入可能かどうか |
protected java.lang.String |
name
プロパティの名前 |
protected boolean |
updatable
更新可能かどうか |
コンストラクタの概要 | |
---|---|
protected |
BasicPropertyType(java.lang.Class<V> entityPropertyClass,
java.lang.String name,
java.lang.String columnName,
boolean insertable,
boolean updatable)
インスタンスを構築します。 |
メソッドの概要 | ||
---|---|---|
|
accept(org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH> visitor,
P p)
|
|
java.lang.String |
getColumnName()
カラム名を返します。 |
|
java.lang.String |
getName()
プロパティの名前を返します。 |
|
java.lang.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 java.lang.Class<V> entityPropertyClass
protected final java.lang.String name
protected final java.lang.String columnName
protected final boolean insertable
protected final boolean updatable
コンストラクタの詳細 |
---|
protected BasicPropertyType(java.lang.Class<V> entityPropertyClass, java.lang.String name, java.lang.String columnName, boolean insertable, boolean updatable)
entityPropertyClass
- プロパティのクラスname
- プロパティの名前columnName
- カラム名insertable
- 挿入可能かどうかupdatable
- 更新可能かどうかメソッドの詳細 |
---|
public java.lang.String getName()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の getName
public java.lang.String getColumnName()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の getColumnName
public boolean isId()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の isId
true
public boolean isVersion()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の isVersion
true
public boolean isInsertable()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の isInsertable
true
public boolean isUpdatable()
EntityPropertyType
の記述:
EntityPropertyType<E,V>
内の isUpdatable
true
public java.lang.Class<V> getType()
org.seasar.doma.internal.jdbc.criteria.ColumnCriterion<V>
内の getType
public <R,P,TH extends java.lang.Throwable> R accept(org.seasar.doma.internal.jdbc.criteria.CriterionVisitor<R,P,TH> visitor, P p) throws TH extends java.lang.Throwable
org.seasar.doma.internal.jdbc.criteria.Criterion<V>
内の accept
TH extends java.lang.Throwable
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |