File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
src/test/java/examples/simple Expand file tree Collapse file tree 10 files changed +18
-18
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
- package examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
18
public class LastName {
19
19
private String name ;
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
18
import java .sql .CallableStatement ;
19
19
import java .sql .PreparedStatement ;
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
- import static examples .simple .SimpleTableDynamicSqlSupport .*;
18
+ import static examples .simple .legacy . SimpleTableDynamicSqlSupport .*;
19
19
import static org .assertj .core .api .Assertions .assertThat ;
20
20
import static org .mybatis .dynamic .sql .SqlBuilder .*;
21
21
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
- import static examples .simple .SimpleTableDynamicSqlSupport .*;
18
+ import static examples .simple .legacy . SimpleTableDynamicSqlSupport .*;
19
19
import static org .mybatis .dynamic .sql .SqlBuilder .*;
20
20
21
21
import java .util .List ;
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
- import static examples .simple .SimpleTableDynamicSqlSupport .*;
18
+ import static examples .simple .legacy . SimpleTableDynamicSqlSupport .*;
19
19
import static org .assertj .core .api .Assertions .assertThat ;
20
20
import static org .junit .jupiter .api .Assertions .assertAll ;
21
21
import static org .mybatis .dynamic .sql .SqlBuilder .*;
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
18
import java .sql .JDBCType ;
19
19
import java .util .Date ;
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
18
import java .util .Date ;
19
19
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 examples .simple ;
16
+ package examples .simple . legacy ;
17
17
18
18
import java .sql .CallableStatement ;
19
19
import java .sql .PreparedStatement ;
Original file line number Diff line number Diff line change 15
15
*/
16
16
package examples .simple .newstyle ;
17
17
18
- import static examples .simple .SimpleTableDynamicSqlSupport .*;
18
+ import static examples .simple .legacy . SimpleTableDynamicSqlSupport .*;
19
19
import static org .mybatis .dynamic .sql .SqlBuilder .*;
20
20
21
21
import java .util .List ;
48
48
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3UpdateModelToIntAdapter ;
49
49
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3Utils ;
50
50
51
- import examples .simple .LastNameTypeHandler ;
52
- import examples .simple .SimpleTableRecord ;
53
- import examples .simple .YesNoTypeHandler ;
51
+ import examples .simple .legacy . LastNameTypeHandler ;
52
+ import examples .simple .legacy . SimpleTableRecord ;
53
+ import examples .simple .legacy . YesNoTypeHandler ;
54
54
55
55
/**
56
56
*
Original file line number Diff line number Diff line change 15
15
*/
16
16
package examples .simple .newstyle ;
17
17
18
- import static examples .simple .SimpleTableDynamicSqlSupport .*;
18
+ import static examples .simple .legacy . SimpleTableDynamicSqlSupport .*;
19
19
import static org .assertj .core .api .Assertions .assertThat ;
20
20
import static org .junit .jupiter .api .Assertions .assertAll ;
21
21
import static org .mybatis .dynamic .sql .SqlBuilder .*;
43
43
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3DeleteHelper ;
44
44
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3SelectListHelper ;
45
45
46
- import examples .simple .LastName ;
47
- import examples .simple .SimpleTableRecord ;
46
+ import examples .simple .legacy . LastName ;
47
+ import examples .simple .legacy . SimpleTableRecord ;
48
48
49
49
public class SimpleTableMapperNewStyleTest {
50
50
You can’t perform that action at this time.
0 commit comments