Uses of Interface
org.springframework.context.weaving.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
Modifier and TypeClassDescriptionclass
Post-processor that registers AspectJ'sClassPreProcessorAgentAdapter
with the Spring application context's defaultLoadTimeWeaver
. -
Uses of LoadTimeWeaverAware in org.springframework.orm.jpa
Modifier and TypeClassDescriptionclass
FactoryBean
that creates a JPAEntityManagerFactory
according to JPA's standard container bootstrap contract. -
Uses of LoadTimeWeaverAware in org.springframework.orm.jpa.persistenceunit
Modifier and TypeClassDescriptionclass
Default implementation of thePersistenceUnitManager
interface.