org.springframework.test.jpa |
Support classes for tests based on the Java Persistence API.
|
Java Source File Name | Type | Comment |
AbstractAspectjJpaTests.java | Class | Subclass of AbstractJpaTests that activates AspectJ load-time weaving
and allows the ability to specify a custom location for AspectJ's
aop.xml file. |
AbstractJpaTests.java | Class | Convenient support class for JPA-related tests. |
OrmXmlOverridingShadowingClassLoader.java | Class | Subclass of ShadowingClassLoader that overrides attempts to
locate orm.xml . |