org.seasar.extension.persistence.factory
クラス EntityMetaCache

java.lang.Object
  上位を拡張 org.seasar.extension.persistence.factory.EntityMetaCache

public class EntityMetaCache
extends Object

作成者:
higa

コンストラクタの概要
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
 

コンストラクタの詳細

EntityMetaCache

public EntityMetaCache(File file,
                       EntityMeta entityMeta)
EntityMetaCacheを作成します。

パラメータ:
file -
entityMeta -
メソッドの詳細

setFile

protected void setFile(File file)

isModified

public boolean isModified()
キャッシュしているEntityMetaが更新されているかどうかを返します。

戻り値:

getEntityMeta

public EntityMeta getEntityMeta()
EntityMetaを返します。

戻り値:
entityMeta.

setEntityMeta

public void setEntityMeta(EntityMeta entityMeta)
EntityMetaを設定します。

パラメータ:
entityMeta -

getFile

public File getFile()
キャッシュしている.classのFileを返します。

戻り値:
file.

getLastModified

public long getLastModified()
キャッシュしている.classが最後に更新された時間を返します。

戻り値:
Returns the lastModified.


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.