@In("myEntityManager") private EntityManager em;
...
MyObject myObject = em.find(MyObject.class, myObjectPrimaryKey);