File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
src/test/java/examples/simple/newstyle Expand file tree Collapse file tree 2 files changed +9
-2
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 . newstyle ;
17
17
18
18
import static examples .simple .SimpleTableDynamicSqlSupport .*;
19
19
import static org .mybatis .dynamic .sql .SqlBuilder .*;
47
47
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3SelectHelper ;
48
48
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3UpdateHelper ;
49
49
50
+ import examples .simple .LastNameTypeHandler ;
51
+ import examples .simple .SimpleTableRecord ;
52
+ import examples .simple .YesNoTypeHandler ;
53
+
50
54
/**
51
55
*
52
56
* Note: this is the canonical mapper with the new style methods
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 . newstyle ;
17
17
18
18
import static examples .simple .SimpleTableDynamicSqlSupport .*;
19
19
import static org .assertj .core .api .Assertions .assertThat ;
42
42
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3DeleteHelper ;
43
43
import org .mybatis .dynamic .sql .util .mybatis3 .MyBatis3SelectHelper ;
44
44
45
+ import examples .simple .LastName ;
46
+ import examples .simple .SimpleTableRecord ;
47
+
45
48
public class SimpleTableAnnotatedNewStyleMapperTest {
46
49
47
50
private static final String JDBC_URL = "jdbc:hsqldb:mem:aname" ;
You can’t perform that action at this time.
0 commit comments