File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
src/test/java/org/mybatis/spring/type Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package org .mybatis .spring .type ;
1817
1918import org .apache .ibatis .type .Alias ;
2019
2120/**
22- * @version $Id$
23- */
21+ * @version $Id$
22+ */
2423@ Alias ("testAlias2" )
2524public class DummyTypeAlias2 {
2625
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package org .mybatis .spring .type ;
1817
1918import java .math .BigInteger ;
2726import org .apache .ibatis .type .TypeHandler ;
2827
2928/**
30- * @version $Id$
31- */
29+ * @version $Id$
30+ */
3231@ MappedTypes (BigInteger .class )
3332public class DummyTypeHandler implements TypeHandler <Object > {
3433
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16-
1716package org .mybatis .spring .type ;
1817
1918import java .math .BigDecimal ;
2726import org .apache .ibatis .type .TypeHandler ;
2827
2928/**
30- * @version $Id$
31- */
29+ * @version $Id$
30+ */
3231@ MappedTypes (BigDecimal .class )
3332public class DummyTypeHandler2 implements TypeHandler <Object > {
3433
You can’t perform that action at this time.
0 commit comments