Package com.avaje.tests.compositekeys.db

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

Related Classes of com.avaje.tests.compositekeys.db.CaoBean

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.