org.jboss.ejb.plugins.cmp.bridge
Interface CMRFieldBridge

All Superinterfaces:
FieldBridge
All Known Implementing Classes:
JDBCAbstractCMRFieldBridge

public interface CMRFieldBridge
extends FieldBridge


Method Summary
 EntityBridge getRelatedEntity()
           
 boolean isSingleValued()
           
 
Methods inherited from interface org.jboss.ejb.plugins.cmp.bridge.FieldBridge
getFieldName, getValue, setValue
 

Method Detail

isSingleValued

public boolean isSingleValued()

getRelatedEntity

public EntityBridge getRelatedEntity()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.