Uses of Interface
org.springframework.instrument.classloading.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
Modifier and TypeMethodDescriptionLoadTimeWeavingConfigurer.getLoadTimeWeaver()
Create, configure and return theLoadTimeWeaver
instance to be used.LoadTimeWeavingConfiguration.loadTimeWeaver()
-
Uses of LoadTimeWeaver in org.springframework.context.weaving
Modifier and TypeClassDescriptionclass
DefaultLoadTimeWeaver
bean for use in an application context, decorating an automatically detected internalLoadTimeWeaver
.Modifier and TypeMethodDescriptionprotected LoadTimeWeaver
DefaultContextLoadTimeWeaver.createServerSpecificLoadTimeWeaver
(ClassLoader classLoader) Modifier 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
.ModifierConstructorDescriptionLoadTimeWeaverAwareProcessor
(LoadTimeWeaver loadTimeWeaver) Create a newLoadTimeWeaverAwareProcessor
for the givenLoadTimeWeaver
. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading
Modifier 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
Modifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for GlassFish'sorg.glassfish.api.deployment.InstrumentableClassLoader InstrumentableClassLoader
. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.jboss
Modifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for JBoss's instrumentable ClassLoader. -
Uses of LoadTimeWeaver in org.springframework.instrument.classloading.tomcat
Modifier and TypeClassDescriptionclass
LoadTimeWeaver
implementation for Tomcat's neworg.apache.tomcat.InstrumentableClassLoader
. -
Uses of LoadTimeWeaver in org.springframework.orm.jpa
Modifier 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
Modifier and TypeMethodDescriptionDefaultPersistenceUnitManager.getLoadTimeWeaver()
Return the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.Modifier and TypeMethodDescriptionvoid
DefaultPersistenceUnitManager.setLoadTimeWeaver
(LoadTimeWeaver loadTimeWeaver) Specify the Spring LoadTimeWeaver to use for class instrumentation according to the JPA class transformer contract.