org.apache.openejb.core.cmp.cmp2
Class SetValuedCmr<Bean extends javax.ejb.EntityBean,Proxy extends javax.ejb.EJBLocalObject>

java.lang.Object
  extended by org.apache.openejb.core.cmp.cmp2.SetValuedCmr<Bean,Proxy>

public class SetValuedCmr<Bean extends javax.ejb.EntityBean,Proxy extends javax.ejb.EJBLocalObject>
extends Object


Constructor Summary
SetValuedCmr(javax.ejb.EntityBean source, String sourceProperty, Class<Bean> relatedType, String relatedProperty)
           
 
Method Summary
 void deleted(Set<Bean> relatedBeans)
           
 Set<Proxy> get(Set<Bean> others)
           
 void set(Set<Bean> relatedBeans, Collection newProxies)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetValuedCmr

public SetValuedCmr(javax.ejb.EntityBean source,
                    String sourceProperty,
                    Class<Bean> relatedType,
                    String relatedProperty)
Method Detail

get

public Set<Proxy> get(Set<Bean> others)

set

public void set(Set<Bean> relatedBeans,
                Collection newProxies)

deleted

public void deleted(Set<Bean> relatedBeans)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.