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 FactoryBean that creates a local JPA EntityManagerFactory instance within a Spring application context.
 class LocalContainerEntityManagerFactoryBean
          FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap contract.
 class LocalEntityManagerFactoryBean
          FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard standalone bootstrap contract.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.