org.meta2project.storage.cache
Class OPropertyCache

java.lang.Object
  extended by org.meta2project.storage.cache.EntityCache<CachedOProperty>
      extended by org.meta2project.storage.cache.OPropertyCache

public class OPropertyCache
extends EntityCache<CachedOProperty>

Author:
Anton Malykh

Constructor Summary
OPropertyCache(DBCache cache)
           
 
Method Summary
 OProperty getOProperty(DBConnection con, long id)
           
 OProperty getOProperty(DBConnection con, java.lang.String fullName)
           
 void removeOProperty(long id)
           
 
Methods inherited from class org.meta2project.storage.cache.EntityCache
rebuildFullName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPropertyCache

public OPropertyCache(DBCache cache)
Method Detail

getOProperty

public OProperty getOProperty(DBConnection con,
                              java.lang.String fullName)

getOProperty

public OProperty getOProperty(DBConnection con,
                              long id)

removeOProperty

public void removeOProperty(long id)