ejbPostCreate() is called after the bean has been written to the database and the bean data has been assigned to an
EJB object, so when the bean is available.
It is between ejbCreate and ejbPostCreate that the bean's
proxy EJBObject is created.
In an CMP Entity EJB, this method is normally used to manage the beans' container-managed relationship fields.