com.livis.livingtalks.ejb
Class CachingTypeHandler

java.lang.Object
  |
  +--com.livis.livingtalks.ejb.EntityHandler
        |
        +--com.livis.livingtalks.ejb.CachingEntityHandler
              |
              +--com.livis.livingtalks.ejb.CachingTypeHandler

class CachingTypeHandler
extends CachingEntityHandler


Fields inherited from class com.livis.livingtalks.ejb.EntityHandler
creatorModel, finder1, finder1a, finder2, finderAll, finderByPrimaryKey, getterModel, setterModel
 
Constructor Summary
CachingTypeHandler(java.lang.String name)
           
 
Method Summary
protected  WriteThroughCache sharedCache()
           
 
Methods inherited from class com.livis.livingtalks.ejb.CachingEntityHandler
create, getKeysAll, getShortmodel, getShortmodelsAll, invalidateCache, read, remove, setModel, writeNew, writeOld
 
Methods inherited from class com.livis.livingtalks.ejb.EntityHandler
getKeys1, getKeys1a, getKeys2, getModel
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingTypeHandler

public CachingTypeHandler(java.lang.String name)
Method Detail

sharedCache

protected WriteThroughCache sharedCache()
Overrides:
sharedCache in class CachingEntityHandler