org.seasar.extension.persistence.factory
クラス EntityMetaCache
java.lang.Object
org.seasar.extension.persistence.factory.EntityMetaCache
public class EntityMetaCache
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityMetaCache
public EntityMetaCache(File file,
EntityMeta entityMeta)
setFile
protected void setFile(File file)
isModified
public boolean isModified()
getEntityMeta
public EntityMeta getEntityMeta()
- 戻り値:
- Returns the entityMeta.
setEntityMeta
public void setEntityMeta(EntityMeta entityMeta)
- パラメータ:
entityMeta
- The entityMeta to set.
getFile
public File getFile()
- 戻り値:
- Returns the file.
getLastModified
public long getLastModified()
- 戻り値:
- Returns the lastModified.
Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.