com.livis.livingtalks.ejb
Class CachingPitemHandler

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

class CachingPitemHandler
extends CachingEntityHandler


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

CachingPitemHandler

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

sharedCache

protected WriteThroughCache sharedCache()
Overrides:
sharedCache in class CachingEntityHandler