|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.seasar.extension.persistence.factory.EntityMetaCache
public class EntityMetaCache
コンストラクタの概要 | |
---|---|
EntityMetaCache(File file,
EntityMeta entityMeta)
EntityMetaCache を作成します。 |
メソッドの概要 | |
---|---|
EntityMeta |
getEntityMeta()
EntityMeta を返します。 |
File |
getFile()
キャッシュしている.classの File を返します。 |
long |
getLastModified()
キャッシュしている.classが最後に更新された時間を返します。 |
boolean |
isModified()
キャッシュしている EntityMeta が更新されているかどうかを返します。 |
void |
setEntityMeta(EntityMeta entityMeta)
EntityMeta を設定します。 |
protected void |
setFile(File file)
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public EntityMetaCache(File file, EntityMeta entityMeta)
EntityMetaCache
を作成します。
file
- entityMeta
- メソッドの詳細 |
---|
protected void setFile(File file)
public boolean isModified()
EntityMeta
が更新されているかどうかを返します。
public EntityMeta getEntityMeta()
EntityMeta
を返します。
public void setEntityMeta(EntityMeta entityMeta)
EntityMeta
を設定します。
entityMeta
- public File getFile()
File
を返します。
public long getLastModified()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |