-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
liuzhihang
committed
Jul 31, 2020
1 parent
8741247
commit ad37fbb
Showing
20 changed files
with
102 additions
and
202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
package com.liuzhihang.toolkit.model; | ||
|
||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: mishchenko | ||
* Date: 26.05.12 | ||
* Time: 15:55 | ||
* 只需要跳转功能 | ||
* | ||
* @link https://jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html | ||
* | ||
* @author liuzhihang | ||
* @date 2020/7/31 19:20 | ||
*/ | ||
public interface Delete extends MapperIdentifiableStatement { | ||
public interface Delete extends Statement { | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
package com.liuzhihang.toolkit.model; | ||
|
||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: mishchenko | ||
* Date: 26.05.12 | ||
* Time: 15:55 | ||
* 只需要跳转功能 | ||
* | ||
* @link https://jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html | ||
* | ||
* @author liuzhihang | ||
* @date 2020/7/31 19:20 | ||
*/ | ||
public interface Insert extends MapperIdentifiableStatement { | ||
public interface Insert extends Statement { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
package com.liuzhihang.toolkit.model; | ||
|
||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: mishchenko | ||
* Date: 26.05.12 | ||
* Time: 15:50 | ||
* 只需要跳转功能 | ||
* | ||
* @link https://jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html | ||
* | ||
* @author liuzhihang | ||
* @date 2020/7/31 19:20 | ||
*/ | ||
public interface Select extends MapperIdentifiableStatement, WithParameterMap, WithParameterType, WithResultMap, WithResultType { | ||
public interface Select extends Statement { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
package com.liuzhihang.toolkit.model; | ||
|
||
/** | ||
* Created with IntelliJ IDEA. | ||
* User: mishchenko | ||
* Date: 26.05.12 | ||
* Time: 15:55 | ||
* 只需要跳转功能 | ||
* | ||
* @link https://jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html | ||
* | ||
* @author liuzhihang | ||
* @date 2020/7/31 19:20 | ||
*/ | ||
public interface Update extends MapperIdentifiableStatement { | ||
public interface Update extends Statement { | ||
} |
19 changes: 0 additions & 19 deletions
19
src/main/java/com/liuzhihang/toolkit/model/WithIncludes.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/main/java/com/liuzhihang/toolkit/model/WithParameterMap.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/main/java/com/liuzhihang/toolkit/model/WithParameterType.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/main/java/com/liuzhihang/toolkit/model/WithResultMap.java
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
src/main/java/com/liuzhihang/toolkit/model/WithResultType.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.