org.meta2project.storage.cache
Class TPropertyCache

java.lang.Object
  extended by org.meta2project.storage.cache.EntityCache<CachedTProperty>
      extended by org.meta2project.storage.cache.TPropertyCache

public class TPropertyCache
extends EntityCache<CachedTProperty>

Author:
Anton Malykh

Constructor Summary
TPropertyCache(DBCache cache)
           
 
Method Summary
 TProperty getTProperty(DBConnection con, long id)
           
 TProperty getTProperty(DBConnection con, java.lang.String fullName)
           
 void removeTProperty(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

TPropertyCache

public TPropertyCache(DBCache cache)
Method Detail

getTProperty

public TProperty getTProperty(DBConnection con,
                              java.lang.String fullName)

getTProperty

public TProperty getTProperty(DBConnection con,
                              long id)

removeTProperty

public void removeTProperty(long id)