149150151152153154155156157158159
* using it! * @throws Exception */ @Test public void SingleLookupThanksToEntityCache() throws Exception { ds.getMapper().setEntityCacheFactory(new DefaultEntityCacheFactory()); A.loadCount = 0; A a = new A(); HoldsMultipleA holder = new HoldsMultipleA(); holder.a1 = a; holder.a2 = a;