Uses of Interface
org.springframework.context.weaving.LoadTimeWeaverAware
Packages that use LoadTimeWeaverAware Package Description org.springframework.context.weaving Load-time weaving support for a Spring application context, building on Spring'sLoadTimeWeaverabstraction.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 LoadTimeWeaverAware in org.springframework.context.weaving
Classes in org.springframework.context.weaving that implement LoadTimeWeaverAware Modifier and Type Class Description classAspectJWeavingEnablerPost-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver.Uses of LoadTimeWeaverAware in org.springframework.orm.jpa
Classes in org.springframework.orm.jpa that implement LoadTimeWeaverAware Modifier and Type Class Description classLocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording 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 LoadTimeWeaverAware Modifier and Type Class Description classDefaultPersistenceUnitManagerDefault implementation of thePersistenceUnitManagerinterface.