1 /*
2 * SPDX-License-Identifier: Apache-2.0
3 * See LICENSE file for details.
4 *
5 * Copyright 2015-2026 the original author or authors.
6 */
7 package org.ibatis.spring;
8
9 /**
10 * Ibatis2Support provided by mybatis includes native Spring iBATIS integration classes (sourced from Spring 3.2.x and
11 * updated for modern Spring compatibility) to allow users of iBATIS to freely upgrade to Spring 5+ without being forced
12 * to simultaneously upgrade to MyBatis. This is meant as a bridge to eventually migrating to MyBatis.
13 * <p>
14 * The core integration classes are located under {@code org.springframework.orm.ibatis}.
15 */
16 public class Ibatis2Support {
17 // No additional support provided.
18 }