this.fastClass = fastClass;
try { return fastClass.newInstance(); } catch ( Throwable t ) { throw new InstantiationException( "Could not instantiate entity with Javassist optimizer: ", fastClass.getJavaClass(), t ); }