File tree Expand file tree Collapse file tree 6 files changed +10
-586
lines changed
submitted/collection_injection
resources/org/apache/ibatis
submitted/collection_injection Expand file tree Collapse file tree 6 files changed +10
-586
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2009-2024 the original author or authors.
2
+ * Copyright 2009-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .apache .ibatis .domain .blog . immutable ;
16
+ package org .apache .ibatis .domain .blog ;
17
17
18
18
import java .io .Serializable ;
19
19
20
- import org .apache .ibatis .domain .blog .Section ;
21
-
22
20
public class ComplexImmutableAuthor implements Serializable {
23
21
private static final long serialVersionUID = 1L ;
24
22
private final ComplexImmutableAuthorId theComplexImmutableAuthorId ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2009-2024 the original author or authors.
2
+ * Copyright 2009-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .apache .ibatis .domain .blog . immutable ;
16
+ package org .apache .ibatis .domain .blog ;
17
17
18
18
public class ComplexImmutableAuthorId {
19
19
protected final int id ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 46
46
</constructor >
47
47
</resultMap >
48
48
49
- <resultMap id =" complexAuthorId" type =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthorId" >
49
+ <resultMap id =" complexAuthorId" type =" org.apache.ibatis.domain.blog.ComplexImmutableAuthorId" >
50
50
<constructor >
51
51
<idArg column =" id" javaType =" _int" />
52
52
<idArg column =" username" javaType =" string" />
55
55
</constructor >
56
56
</resultMap >
57
57
58
- <resultMap id =" selectComplexImmutableAuthor" type =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthor" >
58
+ <resultMap id =" selectComplexImmutableAuthor" type =" org.apache.ibatis.domain.blog.ComplexImmutableAuthor" >
59
59
<constructor >
60
- <idArg javaType =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthorId"
60
+ <idArg javaType =" org.apache.ibatis.domain.blog.ComplexImmutableAuthorId"
61
61
resultMap =" complexAuthorId" />
62
62
<arg column =" bio" javaType =" string" />
63
63
<arg column =" favourite_section" javaType =" org.apache.ibatis.domain.blog.Section" />
Original file line number Diff line number Diff line change 45
45
</constructor >
46
46
</resultMap >
47
47
48
- <resultMap id =" complexAuthorId" type =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthorId" >
48
+ <resultMap id =" complexAuthorId" type =" org.apache.ibatis.domain.blog.ComplexImmutableAuthorId" >
49
49
<constructor >
50
50
<idArg column =" id" javaType =" _int" />
51
51
<idArg column =" username" javaType =" string" />
54
54
</constructor >
55
55
</resultMap >
56
56
57
- <resultMap id =" selectComplexImmutableAuthor" type =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthor" >
57
+ <resultMap id =" selectComplexImmutableAuthor" type =" org.apache.ibatis.domain.blog.ComplexImmutableAuthor" >
58
58
<constructor >
59
- <idArg javaType =" org.apache.ibatis.domain.blog.immutable. ComplexImmutableAuthorId"
59
+ <idArg javaType =" org.apache.ibatis.domain.blog.ComplexImmutableAuthorId"
60
60
resultMap =" complexAuthorId" />
61
61
<arg column =" bio" javaType =" string" />
62
62
<arg column =" favourite_section" javaType =" org.apache.ibatis.domain.blog.Section" />
You can’t perform that action at this time.
0 commit comments