3637383940414243
return sessionFactory.getCurrentSession(); } @NotNull public Role getRole(int id) { Role role = (Role) getCurrentSession().load(Role.class, id); return role; }