com.livis.livingtalks.ejb
Class CachingTrackHandler

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

class CachingTrackHandler
extends CachingEntityHandler


Fields inherited from class com.livis.livingtalks.ejb.EntityHandler
creatorModel, finder1, finder1a, finder2, finderAll, finderByPrimaryKey, getterModel, setterModel
 
Constructor Summary
CachingTrackHandler(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

CachingTrackHandler

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

sharedCache

protected WriteThroughCache sharedCache()
Overrides:
sharedCache in class CachingEntityHandler