Package net.sf.gilead.core.beanlib.clone

Examples of net.sf.gilead.core.beanlib.clone.CloneBeanReplicator


   * @param pojo
   * @return
   */
  protected Object clone(Object hibernatePojo, Class<?> cloneClass)
  {
    HibernateBeanReplicator replicator = new CloneBeanReplicator(_classMapper,
                                   _persistenceUtil,
                                   _proxyStore);
   
    return replicator.copy(hibernatePojo, cloneClass);
  }
View Full Code Here

TOP

Related Classes of net.sf.gilead.core.beanlib.clone.CloneBeanReplicator

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.