Package org.hibernate.proxy.dom4j

Examples of org.hibernate.proxy.dom4j.Dom4jLazyInitializer


  /**
   * Create a new proxy
   */
  public HibernateProxy getProxy(Serializable id, SessionImplementor session) throws HibernateException {
    return new Dom4jProxy( new Dom4jLazyInitializer( entityName, id, session ) );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.proxy.dom4j.Dom4jLazyInitializer

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.