|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.seasar.doma.jdbc.entity.OriginalStatesAccessor<E>
E
- エンティティの型public class OriginalStatesAccessor<E>
OriginalStates
が注釈されたフィールドへアクセスするクラスです。
フィールドの概要 | |
---|---|
protected Class<? super E> |
entityClass
エンティティクラス |
protected Field |
field
OriginalStates が注釈されたフィールド |
protected String |
name
OriginalStates が注釈されたフィールドの名前 |
コンストラクタの概要 | |
---|---|
OriginalStatesAccessor(Class<? super E> entityClass,
String name)
インスタンスを構築します |
メソッドの概要 | |
---|---|
E |
get(E entity)
エンティティからOriginalStatesを取得します。 |
void |
set(E entity,
E states)
エンティティにOriginalStatesを設定します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected final Class<? super E> entityClass
protected final String name
OriginalStates
が注釈されたフィールドの名前
protected final Field field
OriginalStates
が注釈されたフィールド
コンストラクタの詳細 |
---|
public OriginalStatesAccessor(Class<? super E> entityClass, String name)
entityClass
- エンティティクラスname
- OriginalStates
が注釈されたフィールドの名前メソッドの詳細 |
---|
public E get(E entity)
entity
- エンティティ
public void set(E entity, E states)
entity
- エンティティstates
- OriginalStates
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |