Package org.jboss.ejb.plugins.cmp.jdbc

Examples of org.jboss.ejb.plugins.cmp.jdbc.RelationData.removeRelation()


                                 Object id,
                                 JDBCCMRFieldBridge relatedField,
                                 Object relatedId)
      {
         RelationData local = getRelationData();
         local.removeRelation(field, id, relatedField, relatedId);
      }

      public boolean isDirty()
      {
         RelationData local = getRelationData();
View Full Code Here


/*      */     }
/*      */
/*      */     public void removeRelation(JDBCCMRFieldBridge field, Object id, JDBCCMRFieldBridge relatedField, Object relatedId)
/*      */     {
/* 2315 */       RelationData local = getRelationData();
/* 2316 */       local.removeRelation(field, id, relatedField, relatedId);
/*      */     }
/*      */
/*      */     public boolean isDirty()
/*      */     {
/* 2321 */       RelationData local = getRelationData();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.