Package org.springmodules.db4o.examples.recipemanager.domain

Examples of org.springmodules.db4o.examples.recipemanager.domain.Unit


import com.db4o.query.Query;

public class Db4oRecipeManager extends Db4oDaoSupport implements RecipeManager {
  public List getAllUnits() {
    return getDb4oTemplate().get(new Unit(null));
  }
View Full Code Here

TOP

Related Classes of org.springmodules.db4o.examples.recipemanager.domain.Unit

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.