Package fi.foyt.hibernate.gae.search.persistence.domainmodel

Examples of fi.foyt.hibernate.gae.search.persistence.domainmodel.WorkList


  public WorkListDAO() {
    super("WORKLIST", true);
  }

  public WorkList create(Directory directory, byte[] data) {
    WorkList workList = new WorkList(directory);
    workList.setData(data);
    return persist(workList);
  }
View Full Code Here

TOP

Related Classes of fi.foyt.hibernate.gae.search.persistence.domainmodel.WorkList

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.