Examples of CaoBean


Examples of com.avaje.tests.compositekeys.db.CaoBean

   
    CaoKey key = new CaoKey();
    key.setCustomer(123);
    key.setType(1);
   
    CaoBean bean = new CaoBean();
    bean.setKey(key);
    bean.setDescription("some desc");

    Ebean.save(bean);
  }
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.