Package com.jeecms.cms.entity.assist

Examples of com.jeecms.cms.entity.assist.CmsGuestbookExt.blankToNull()


  }

  public CmsGuestbookExt update(CmsGuestbookExt ext) {
    Updater<CmsGuestbookExt> updater = new Updater<CmsGuestbookExt>(ext);
    CmsGuestbookExt entity = dao.updateByUpdater(updater);
    entity.blankToNull();
    return entity;
  }

  private CmsGuestbookExtDao dao;
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.