Package de.mhus.lib.adb

Examples of de.mhus.lib.adb.IRelationObject.prepareCreate()


  }

  public void prepareCreate(Object object) throws Exception {
    IRelationObject rel = getRelationObject(object);
    if (rel != null)
      rel.prepareCreate();
  }

  public void created(DbConnection con,Object object) throws Exception {
    IRelationObject rel = getRelationObject(object);
    if (rel != null)
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.