Package siena.core.async

Examples of siena.core.async.ModelAsync


  public static <R> R getByKey(Class<R> clazz, Object key) {
    return PersistenceManagerFactory.getPersistenceManager(clazz).getByKey(clazz, key);
  }
 
  public ModelAsync async() {
    return new ModelAsync(this);
  }
View Full Code Here

TOP

Related Classes of siena.core.async.ModelAsync

Copyright © 2018 www.massapicom. 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.