File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/org/apache/ibatis Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
import java .lang .annotation .RetentionPolicy ;
21
21
import java .lang .annotation .Target ;
22
22
23
- import org .apache .ibatis .session .Loading ;
23
+ import org .apache .ibatis .mapping .Loading ;
24
24
25
25
@ Retention (RetentionPolicy .RUNTIME )
26
26
@ Target (ElementType .METHOD )
Original file line number Diff line number Diff line change 20
20
import java .lang .annotation .RetentionPolicy ;
21
21
import java .lang .annotation .Target ;
22
22
23
- import org .apache .ibatis .session .Loading ;
23
+ import org .apache .ibatis .mapping .Loading ;
24
24
25
25
@ Retention (RetentionPolicy .RUNTIME )
26
26
@ Target (ElementType .METHOD )
Original file line number Diff line number Diff line change 67
67
import org .apache .ibatis .executor .keygen .SelectKeyGenerator ;
68
68
import org .apache .ibatis .io .Resources ;
69
69
import org .apache .ibatis .mapping .Discriminator ;
70
+ import org .apache .ibatis .mapping .Loading ;
70
71
import org .apache .ibatis .mapping .MappedStatement ;
71
72
import org .apache .ibatis .mapping .ResultFlag ;
72
73
import org .apache .ibatis .mapping .ResultMapping ;
76
77
import org .apache .ibatis .mapping .StatementType ;
77
78
import org .apache .ibatis .scripting .LanguageDriver ;
78
79
import org .apache .ibatis .session .Configuration ;
79
- import org .apache .ibatis .session .Loading ;
80
80
import org .apache .ibatis .session .ResultHandler ;
81
81
import org .apache .ibatis .session .RowBounds ;
82
82
import org .apache .ibatis .type .JdbcType ;
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
- package org .apache .ibatis .session ;
16
+ package org .apache .ibatis .mapping ;
17
17
18
18
public enum Loading {
19
19
LAZY , EAGER , DEFAULT
You can’t perform that action at this time.
0 commit comments