I'm actually working on the new User Guide as we speak and the only sections I could found are these ones:
Quote:
Typically, the value of this parameter would just name the
implementation class to use. For the three out-of-the-box
implementations, however, there are three corresponding short names:
"jta", "thread", and "managed".
also for naming strategies:
Quote:
The default ImplicitNamingStrategy (hibernate.implicit_naming_strategy) has changed to the JPA-compliant one. Additionally I added some short-names for the Hibernate-provided implementations.
"default" → org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
"jpa" → org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
"legacy-jpa" → org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
"legacy-hbm" → org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
"component-path" → org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
If there's more, I'll have to keep this in mind and add a reference in the appropriate section.