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 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
package org .mybatis .spring .type ;
18
17
19
18
import org .apache .ibatis .type .Alias ;
20
19
21
20
/**
22
- * @version $Id$
23
- */
21
+ * @version $Id$
22
+ */
24
23
@ Alias ("testAlias2" )
25
24
public class DummyTypeAlias2 {
26
25
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
package org .mybatis .spring .type ;
18
17
19
18
import java .math .BigInteger ;
27
26
import org .apache .ibatis .type .TypeHandler ;
28
27
29
28
/**
30
- * @version $Id$
31
- */
29
+ * @version $Id$
30
+ */
32
31
@ MappedTypes (BigInteger .class )
33
32
public class DummyTypeHandler implements TypeHandler <Object > {
34
33
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
-
17
16
package org .mybatis .spring .type ;
18
17
19
18
import java .math .BigDecimal ;
27
26
import org .apache .ibatis .type .TypeHandler ;
28
27
29
28
/**
30
- * @version $Id$
31
- */
29
+ * @version $Id$
30
+ */
32
31
@ MappedTypes (BigDecimal .class )
33
32
public class DummyTypeHandler2 implements TypeHandler <Object > {
34
33
You can’t perform that action at this time.
0 commit comments