The download page states that Hibernate Annotations and Hibernate EntityManager are now part of the Core. But when I download Hibernate Core 3.5.0-Beta-2 the documantation doesn't address EntityManager or JPA annotations. Is it correct that latest EntityManager doc is for version 3.4.0 (
https://www.hibernate.org/5.html#A12) and the latest Annotions doc is for version 3.4.0 (
https://www.hibernate.org/5.html#A7)? Or is there a documentation for Hibernate 3.5 Annotations and EntityManager?
If Annotations and EntityManager are bundled with Hibernate Core, why there are separate Maven dependencies?