Package org.cipres.treebase.domain.admin

Examples of org.cipres.treebase.domain.admin.PersonHome.store()


    String email = "test@cipres.treebase.org";
    p.setEmailAddressString(email);

    PersonHome fixture = getPersonHome();
    fixture.store(p);

    // force commit immediately, important:
    setComplete();
    endTransaction();
    logger.info("person created: " + p.getLastName() + "id = " + p.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.