@Before
 public void setup() {
   entities.add(Simple.class.getName());
   // use custom class loader which enhances the class
   InstrumentedClassLoader cl =
       new InstrumentedClassLoader(Thread.currentThread().getContextClassLoader());
   cl.setEntities(entities);
   this.loader = cl;
 }