/* * Created on Sep 18, 2008 */ package bug; public class H2Lookup { public static EntityManager em(){ return new EntityManager(); } }