接口的使用
org.springframework.context.weaving.LoadTimeWeaverAware
使用LoadTimeWeaverAware的程序包 程序包 说明 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.org.springframework.context.weaving中LoadTimeWeaverAware的使用
实现LoadTimeWeaverAware的org.springframework.context.weaving中的类 修饰符和类型 类 说明 classAspectJWeavingEnablerPost-processor that registers AspectJ'sClassPreProcessorAgentAdapterwith the Spring application context's defaultLoadTimeWeaver.org.springframework.orm.jpa中LoadTimeWeaverAware的使用
实现LoadTimeWeaverAware的org.springframework.orm.jpa中的类 修饰符和类型 类 说明 classLocalContainerEntityManagerFactoryBeanFactoryBeanthat creates a JPAEntityManagerFactoryaccording to JPA's standard container bootstrap contract.org.springframework.orm.jpa.persistenceunit中LoadTimeWeaverAware的使用
实现LoadTimeWeaverAware的org.springframework.orm.jpa.persistenceunit中的类 修饰符和类型 类 说明 classDefaultPersistenceUnitManagerDefault implementation of thePersistenceUnitManagerinterface.