File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
hibernate-core/src/main/java/org/hibernate/cfg Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,8 @@ public interface TransactionSettings {
4646 * <li>the name of a class that implements {@code JtaPlatform}.
4747 * <li>short name of a class (sans package name) that implements {@code JtaPlatform}.
4848 * </ul>
49+ * <p>If not specified, the {@linkplain #JTA_PLATFORM_RESOLVER JTA platform resolver}
50+ * is used to obtain an instance of {@code JtaPlatform}.
4951 *
5052 * @see #JTA_PLATFORM_RESOLVER
5153 *
@@ -58,6 +60,8 @@ public interface TransactionSettings {
5860 * implementation that should be used to obtain an instance of
5961 * {@link org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform}.
6062 *
63+ * @settingDefault {@link org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver}
64+ *
6165 * @since 4.3
6266 */
6367 String JTA_PLATFORM_RESOLVER = "hibernate.transaction.jta.platform_resolver" ;
You can’t perform that action at this time.
0 commit comments