Uses of Interface
org.springframework.instrument.classloading.LoadTimeWeaver
Packages that use LoadTimeWeaver
Package
Description
Annotation support for the Application Context, including JSR-250 "common"
annotations, component-scanning, and Java-based metadata for creating
Spring-managed objects.
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver
abstraction.Support package for load time weaving based on class loaders,
as required by JPA providers (but not JPA-specific).
Support for class instrumentation on GlassFish.
Support for class instrumentation on JBoss AS 6 and 7.
Support for class instrumentation on Tomcat.
Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
-
Uses of LoadTimeWeaver in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return LoadTimeWeaverModifier and TypeMethodDescriptionLoadTimeWeavingConfigurer.getLoadTimeWeaver()
Create, configure and return theLoadTimeWeaver
instance to be used.LoadTimeWeavingConfiguration.loadTimeWeaver()
-
Uses of LoadTimeWeaver in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement LoadTimeWeaverModifier and TypeClassDescriptionclass
DefaultLoadTimeWeaver
bean for use in an application context, decorating an automatically detected internalLoadTimeWeaver
.Methods in org.springframework.context.weaving that return LoadTimeWeaverModifier and TypeMethodDescriptionprotected LoadTimeWeaver
DefaultContextLoadTimeWeaver.createServerSpecificLoadTimeWeaver
(ClassLoader classLoader) Methods in org.springframework.context.weaving with parameters of type LoadTimeWeaverModifier and TypeMethodDescriptionstatic void
AspectJWeavingEnabler.enableAspectJWeaving
(LoadTimeWeaver weaverToUse, ClassLoader beanClassLoader) Enable AspectJ weaving with the givenLoadTimeWeaver
.void
AspectJWeavingEnabler.setLoadTimeWeaver
(LoadTimeWeaver loadTimeWeaver) void
LoadTimeWeaverAware.setLoadTimeWeaver
(LoadTimeWeaver loadTimeWeaver) Set theLoadTimeWeaver
of this object's containingApplicationContext
.Constructors in org.springframework.context.weaving with parameters of type LoadTimeWeaverModifierConstructorDescriptionLoadTimeWeaverAwareProcessor
(LoadTimeWeaver loadTimeWeaver) Create a newLoadTimeWeaverAwareProcessor
for the givenLoadTimeWeaver
. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading
Classes in org.springframework.instrument.classloading that implement LoadTimeWeaverModifier and TypeClassDescriptionclass
LoadTimeWeaver
relying on VMInstrumentation
.class
LoadTimeWeaver
which uses reflection to delegate to an underlying ClassLoader with well-known transformation hooks.class
LoadTimeWeaver
that builds and exposes aSimpleInstrumentableClassLoader
. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.glassfish
Classes in org.springframework.instrument.classloading.glassfish that implement LoadTimeWeaverModifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for GlassFish'sorg.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader
. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.jboss
Classes in org.springframework.instrument.classloading.jboss that implement LoadTimeWeaverModifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for JBoss's instrumentable ClassLoader. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.tomcat
Classes in org.springframework.instrument.classloading.tomcat that implement LoadTimeWeaverModifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for Tomcat's neworg.apache.tomcat.InstrumentableClassLoader
. -
Uses of LoadTimeWeaver in org.springframework.orm.jpa
Methods in org.springframework.orm.jpa with parameters of type LoadTimeWeaverModifier and TypeMethodDescriptionvoid
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 LoadTimeWeaverModifier and TypeMethodDescriptionDefaultPersistenceUnitManager.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 LoadTimeWeaverModifier and TypeMethodDescriptionvoid
DefaultPersistenceUnitManager.setLoadTimeWeaver
(LoadTimeWeaver loadTimeWeaver) Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.