The Spring Framework

Uses of Class
org.springframework.orm.jpa.AbstractEntityManagerFactoryBean

Packages that use AbstractEntityManagerFactoryBean
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
 

Uses of AbstractEntityManagerFactoryBean in org.springframework.orm.jpa
 

Subclasses of AbstractEntityManagerFactoryBean in org.springframework.orm.jpa
 class LocalContainerEntityManagerFactoryBean
          Powerful FactoryBean that creates a fully Spring-configured EntityManagerFactory according to the container contract for JPA bootstrapping As with LocalEntityManagerFactoryBean, configuration settings are usually read in from a META-INF/persistence.xml config file, residing in the class path, according to the general JPA configuration contract.
 class LocalEntityManagerFactoryBean
          FactoryBean that creates a local JPA EntityManagerFactory instance according to JPA's standard standalone bootstrap contract.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.