The Spring Framework

Uses of Interface
org.springframework.orm.jpa.EntityManagerFactoryInfo

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

Uses of EntityManagerFactoryInfo in org.springframework.orm.jpa
 

Classes in org.springframework.orm.jpa that implement EntityManagerFactoryInfo
 class AbstractEntityManagerFactoryBean
          Abstract base class for a FactoryBean that creates a local JPA EntityManagerFactory instance with a Spring application context.
 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.