Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ejb.plugins.cmp » bridge » [javadoc | source]
org.jboss.ejb.plugins.cmp.bridge
public interface: EntityBridge [javadoc | source]

All Known Implementing Classes:
    JDBCEntityBridge, JDBCAbstractEntityBridge, JDBCEntityBridge2

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.
Method from org.jboss.ejb.plugins.cmp.bridge.EntityBridge Summary:
getAbstractSchemaName,   getEntityName,   getFieldByName,   getLocalInterface,   getRemoteInterface
Method from org.jboss.ejb.plugins.cmp.bridge.EntityBridge Detail:
 public String getAbstractSchemaName()
 public String getEntityName()
 public FieldBridge getFieldByName(String fieldName)
 public Class getLocalInterface()
 public Class getRemoteInterface()