The Spring Framework

Uses of Interface
org.springframework.instrument.classloading.LoadTimeWeaver

Packages that use LoadTimeWeaver
org.springframework.instrument.classloading Support package for load time weaving based on class loaders, as required by JPA providers (but not JPA-specific). 
org.springframework.instrument.classloading.glassfish Support for class instrumentation on GlassFish / Sun Application Server. 
org.springframework.instrument.classloading.oc4j Support for class instrumentation on Oracle OC4J. 
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 LoadTimeWeaver in org.springframework.instrument.classloading
 

Classes in org.springframework.instrument.classloading that implement LoadTimeWeaver
 class InstrumentationLoadTimeWeaver
          Load time weaver relying on Instrumentation.
 class ReflectiveLoadTimeWeaver
          LoadTimeWeaver which uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks.
 class SimpleLoadTimeWeaver
          LoadTimeWeaver that builds and exposes a SimpleInstrumentableClassLoader.
 

Uses of LoadTimeWeaver in org.springframework.instrument.classloading.glassfish
 

Classes in org.springframework.instrument.classloading.glassfish that implement LoadTimeWeaver
 class GlassFishLoadTimeWeaver
          LoadTimeWeaver implementation for GlassFish's instrumentable ClassLoader.
 

Uses of LoadTimeWeaver in org.springframework.instrument.classloading.oc4j
 

Classes in org.springframework.instrument.classloading.oc4j that implement LoadTimeWeaver
 class OC4JLoadTimeWeaver
          LoadTimeWeaver implementation for OC4J's instrumentable ClassLoader.
 

Uses of LoadTimeWeaver in org.springframework.orm.jpa
 

Methods in org.springframework.orm.jpa with parameters of type LoadTimeWeaver
 void LocalContainerEntityManagerFactoryBean.setLoadTimeWeaver(LoadTimeWeaver loadTimeWeaver)
          Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
 

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

Methods in org.springframework.orm.jpa.persistenceunit that return LoadTimeWeaver
 LoadTimeWeaver DefaultPersistenceUnitManager.getLoadTimeWeaver()
          Return the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
 

Methods in org.springframework.orm.jpa.persistenceunit with parameters of type LoadTimeWeaver
 void DefaultPersistenceUnitManager.setLoadTimeWeaver(LoadTimeWeaver loadTimeWeaver)
          Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.