Package org.springframework.orm.jpa.support

Examples of org.springframework.orm.jpa.support.SharedEntityManagerBean


   * @return A shared entity manager.
   */
  @Bean
  public SharedEntityManagerBean jpaEntityManager() {
    logger.info("Starting service: {}", EntityManager.class.getSimpleName());
    return new SharedEntityManagerBean();
  }
View Full Code Here

TOP

Related Classes of org.springframework.orm.jpa.support.SharedEntityManagerBean

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.