File tree Expand file tree Collapse file tree
module/spring-boot-hibernate/src/main/java/org/springframework/boot/hibernate Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121import org .hibernate .engine .transaction .jta .platform .internal .AbstractJtaPlatform ;
2222import org .jspecify .annotations .Nullable ;
2323
24+ import org .springframework .orm .jpa .vendor .HibernateJpaVendorAdapter ;
2425import org .springframework .transaction .jta .JtaTransactionManager ;
2526import org .springframework .util .Assert ;
2627
3233 * @author Josh Long
3334 * @author Phillip Webb
3435 * @since 4.0.0
36+ * @deprecated since 4.1.0 for removal in 4.3.0 in favor of @link
37+ * {@link HibernateJpaVendorAdapter#setJtaTransactionManager(Object)} and
38+ * {@link org.springframework.orm.jpa.hibernate.ConfigurableJtaPlatform}
3539 */
40+ @ Deprecated (since = "4.1.0" , forRemoval = true )
3641public class SpringJtaPlatform extends AbstractJtaPlatform {
3742
3843 private static final long serialVersionUID = 1L ;
You can’t perform that action at this time.
0 commit comments