当前页面:
在线文档首页 >
JBoss 3.2.7 server API Documentation 英文版文档
EntityCache (JBoss Server API) - JBoss 3.2.7 server API Documentation 英文版文档
org.jboss.ejb
Interface EntityCache
- All Superinterfaces:
- ContainerPlugin, InstanceCache, org.jboss.system.Service
- All Known Implementing Classes:
- EntityInstanceCache, PerTxEntityInstanceCache
- public interface EntityCache
- extends InstanceCache
EntityCaches can work from several keys.
A cache can use the natural primaryKey from the EJBObject, or DB
dependent keys or a proprietary key
- Version:
- $Revision: 1.5.4.1 $
- Author:
- Marc Fleury
- See Also:
EntityInstanceCache
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
createCacheKey
public Object createCacheKey(Object id)
- Returns the key used to cache the context
- Parameters:
id
- Object id / primary key
- Returns:
- Cache key
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.