mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-16217 Clean up some available settings javadocs
This commit is contained in:
parent
d447d1fd40
commit
cb2af521a5
@ -308,7 +308,7 @@ public interface AvailableSettings {
|
|||||||
* Setting that controls whether we seek out JPA "static metamodel" classes
|
* Setting that controls whether we seek out JPA "static metamodel" classes
|
||||||
* and populate them, either:<ul>
|
* and populate them, either:<ul>
|
||||||
* <li>
|
* <li>
|
||||||
* <b>enabled</b> -Do the population
|
* <b>enabled</b> - Do the population
|
||||||
* </li>
|
* </li>
|
||||||
* <li>
|
* <li>
|
||||||
* <b>disabled</b> - Do not do the population
|
* <b>disabled</b> - Do not do the population
|
||||||
@ -1420,7 +1420,7 @@ public interface AvailableSettings {
|
|||||||
* <li>a {@link Class} implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
|
* <li>a {@link Class} implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
|
||||||
* <li>the name of a class implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
|
* <li>the name of a class implementing {@link org.hibernate.cache.spi.CacheKeysFactory},
|
||||||
* <li>{@code "default"} as a short name for {@link org.hibernate.cache.internal.DefaultCacheKeysFactory}, or
|
* <li>{@code "default"} as a short name for {@link org.hibernate.cache.internal.DefaultCacheKeysFactory}, or
|
||||||
* <li>'{@code "simple"} as a short name for {@link org.hibernate.cache.internal.SimpleCacheKeysFactory}.
|
* <li>{@code "simple"} as a short name for {@link org.hibernate.cache.internal.SimpleCacheKeysFactory}.
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* @since 5.2
|
* @since 5.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user