| I am checking the APIs in the documentation (http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html), and I found outdated APIs. I hope some contributors may confirm whether the followings are outdated or not: 1. TableHiLoGenerator org.hibernate.id.TableHiLoGenerator was deleted. However, it is referred to in http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#preface. 2. EntityManagerFactoryImpl and EntityManagerImpl org.hibernate.jpa.internal.EntityManagerFactoryImpl and org.hibernate.jpa.internal.EntityManagerImpl were deleted. However, they are still in the figure of http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#architecture. 3. InfinispanRegionFactory org.hibernate.cache.infinispan.InfinispanRegionFactory was deleted. However, it is referred to in http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html#caching. Thanks in advance, Seonah |