Uses of Interface
org.springframework.context.weaving.LoadTimeWeaverAware

Packages that use LoadTimeWeaverAware
org.springframework.context.weaving Load-time weaving support for a Spring application context, building on Spring's LoadTimeWeaver abstraction. 
org.springframework.orm.jpa Package providing integration of JPA (Java Persistence API) with Spring concepts. 
org.springframework.orm.jpa.persistenceunit Internal support for managing JPA persistence units. 
 

Uses of LoadTimeWeaverAware in org.springframework.context.weaving
 

Classes in org.springframework.context.weaving that implement LoadTimeWeaverAware
 class AspectJWeavingEnabler
          Post-processor that registers AspectJ's ClassPreProcessorAgentAdapter with the Spring application context's default LoadTimeWeaver.
 

Uses of LoadTimeWeaverAware in org.springframework.orm.jpa
 

Classes in org.springframework.orm.jpa that implement LoadTimeWeaverAware
 class LocalContainerEntityManagerFactoryBean
          FactoryBean that creates a JPA EntityManagerFactory according to JPA's standard container bootstrap contract.
 

Uses of LoadTimeWeaverAware in org.springframework.orm.jpa.persistenceunit
 

Classes in org.springframework.orm.jpa.persistenceunit that implement LoadTimeWeaverAware
 class DefaultPersistenceUnitManager
          Default implementation of the PersistenceUnitManager interface.
 



Copyright © 2002-2008 The Spring Framework.