Package com.avaje.tests.model.info

Examples of com.avaje.tests.model.info.InfoCustomer.save()


    InfoCustomer customer = new InfoCustomer();
    customer.setName("first info cust");
    customer.setCompany(company);

    customer.save();

    // assert both are inserted
    Assert.assertNotNull(customer.getId());
    Assert.assertNotNull(company.getId());
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.