From f0945ee90877ac30764fca3cbf62b685add3e6c8 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Morcuende Date: Sun, 28 Dec 2014 00:34:37 +0100 Subject: [PATCH] Get ID after INSERT, otherwise error because I am not using SEQUENCES. --- .../MyBatis-Spring/src/main/resources/generator/generatorConfig.xml | 4 ++-- MyBatis/MyBatis/src/main/resources/generator/generatorConfig.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MyBatis/MyBatis-Spring/src/main/resources/generator/generatorConfig.xml b/MyBatis/MyBatis-Spring/src/main/resources/generator/generatorConfig.xml index 3fc63b3..978cf3e 100644 --- a/MyBatis/MyBatis-Spring/src/main/resources/generator/generatorConfig.xml +++ b/MyBatis/MyBatis-Spring/src/main/resources/generator/generatorConfig.xml @@ -63,7 +63,7 @@ supports filtering the mappers created by either specifying a marker interface or an annotation --> - + @@ -72,7 +72,7 @@ supports filtering the mappers created by either specifying a marker interface or an annotation --> - +
diff --git a/MyBatis/MyBatis/src/main/resources/generator/generatorConfig.xml b/MyBatis/MyBatis/src/main/resources/generator/generatorConfig.xml index 652403a..e4168c7 100644 --- a/MyBatis/MyBatis/src/main/resources/generator/generatorConfig.xml +++ b/MyBatis/MyBatis/src/main/resources/generator/generatorConfig.xml @@ -59,12 +59,12 @@ - +
- +
-- 2.1.4