Hibernate 5.1.0.Final . All is in the attached file. Please, run only test.
return session.createQuery( "from Category where categoryParentId = :parentId").setLong("parentId", parentId).list(); //... <bag name="children" table="Category" inverse="true" lazy="true" fetch="select"> //.. </bag>