Uses of Interface
org.springframework.beans.factory.SmartFactoryBean
Packages that use SmartFactoryBean
Package
Description
Package providing integration of JPA (Java Persistence API) with Spring concepts.
-
Uses of SmartFactoryBean in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement SmartFactoryBeanModifier and TypeClassDescriptionclassAbstractFactoryBeanthat creates a local JPAEntityManagerFactoryinstance within a Spring application context.classFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.classFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard standalone bootstrap contract.