Uses of Interface
org.glassfish.persistence.ejb.entitybean.container.cache.EJBObjectCache
-
Packages that use EJBObjectCache Package Description org.glassfish.persistence.ejb.entitybean.container org.glassfish.persistence.ejb.entitybean.container.cache -
-
Uses of EJBObjectCache in org.glassfish.persistence.ejb.entitybean.container
Fields in org.glassfish.persistence.ejb.entitybean.container declared as EJBObjectCache Modifier and Type Field Description protected EJBObjectCacheEntityContainer. ejbLocalObjectStoreprotected EJBObjectCacheEntityContainer. ejbObjectStore -
Uses of EJBObjectCache in org.glassfish.persistence.ejb.entitybean.container.cache
Classes in org.glassfish.persistence.ejb.entitybean.container.cache that implement EJBObjectCache Modifier and Type Class Description classFIFOEJBObjectCacheA FIFO EJB(Local)Object cache that maintains reference countclassUnboundedEJBObjectCacheAn EJB(Local)Object cache that does not impose any limit on the number of entries
-