当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
EntityBridge (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.ejb.plugins.cmp.bridge
Interface EntityBridge
- All Known Subinterfaces:
- JDBCAbstractEntityBridge
- All Known Implementing Classes:
- JDBCEntityBridge, JDBCEntityBridge2
- public interface EntityBridge
EntityBridge follows the Bridge pattern [Gamma et. al, 1995].
In this implementation of the pattern the Abstract is the entity bean class,
and the RefinedAbstraction is the entity bean dynamic proxy. This interface
can be considered the implementor. Each imlementation of the CMPStoreManager
should create a store specifiec implementaion of the bridge.
Life-cycle:
Undefined. Should be tied to CMPStoreManager.
Multiplicity:
One per cmp entity bean type.
- Version:
- $Revision: 1.9 $
- Author:
- Dain Sundstrom
getEntityName
public String getEntityName()
getAbstractSchemaName
public String getAbstractSchemaName()
getFieldByName
public FieldBridge getFieldByName(String fieldName)
getRemoteInterface
public Class getRemoteInterface()
getLocalInterface
public Class getLocalInterface()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.