diff --git a/hibernate-core/src/main/javadoc/overview.html b/hibernate-core/src/main/javadoc/overview.html index a91e9b87ef..a63b980138 100644 --- a/hibernate-core/src/main/javadoc/overview.html +++ b/hibernate-core/src/main/javadoc/overview.html @@ -10,21 +10,21 @@

Hibernate is a library for object/relation mapping (ORM). It provides: -

+

Native API

@@ -32,13 +32,13 @@

Along with {@link org.hibernate.SessionFactory} and {@link org.hibernate.Session}, applications using the native API will often make use of the following interfaces: -

+

JPA

@@ -74,28 +74,28 @@

The organization of code into packages is based on the following classification: -

+

More information