Package org.hibernate.event

Examples of org.hibernate.event.EvictEvent


  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here


  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

  /**
   * remove any hard references to the entity that are held by the infrastructure
   * (references held by application or other persistant instances are okay)
   */
  public void evict(Object object) throws HibernateException {
    fireEvict( new EvictEvent(object, this) );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.event.EvictEvent

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.