The Spring Framework

Uses of Package
org.springframework.context.weaving

Packages that use org.springframework.context.weaving
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. 
 

Classes in org.springframework.context.weaving used by org.springframework.context.weaving
LoadTimeWeaverAware
          Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
 

Classes in org.springframework.context.weaving used by org.springframework.orm.jpa
LoadTimeWeaverAware
          Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
 

Classes in org.springframework.context.weaving used by org.springframework.orm.jpa.persistenceunit
LoadTimeWeaverAware
          Interface to be implemented by any object that wishes to be notified of the application context's default LoadTimeWeaver.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.