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