Examples of keyToString()


Examples of com.antlersoft.odb.ObjectDB.keyToString()

    type=o.getClass().getName();
    description=o.toString();
    if (o instanceof Persistent)
    {
      ObjectDB db = ObjectDB.getObjectDB();
      objectKey = db.keyToString(db.getObjectKey(o));
    }
    else
      objectKey = "";
  }
  public String getObjectType()
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.