Examples of MergeEvent


Examples of org.hibernate.event.spi.MergeEvent

  public Object merge(Object object) throws HibernateException {
    return merge( null, object );
  }

  public void merge(String entityName, Object object, Map copiedAlready) throws HibernateException {
    fireMerge( copiedAlready, new MergeEvent( entityName, object, this ) );
  }
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.