Uses of Interface
org.springframework.context.weaving.LoadTimeWeaverAware
Packages that use LoadTimeWeaverAware
Package
Description
Load-time weaving support for a Spring application context, building on Spring's
LoadTimeWeaver
abstraction.Package providing integration of JPA (Java Persistence API) with Spring concepts.
Internal support for managing JPA persistence units.
-
Uses of LoadTimeWeaverAware in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement LoadTimeWeaverAwareModifier and TypeClassDescriptionclass
Post-processor that registers AspectJ'sClassPreProcessorAgentAdapter
with the Spring application context's defaultLoadTimeWeaver
. -
Uses of LoadTimeWeaverAware in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement LoadTimeWeaverAwareModifier and TypeClassDescriptionclass
FactoryBean
that creates a JPAEntityManagerFactory
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 LoadTimeWeaverAwareModifier and TypeClassDescriptionclass
Default implementation of thePersistenceUnitManager
interface.