From: Gustavo Martin Morcuende Date: Sat, 27 Dec 2014 23:34:37 +0000 (+0100) Subject: Get ID after INSERT, otherwise error because I am not using SEQUENCES. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=f0945ee90877ac30764fca3cbf62b685add3e6c8;p=JavaForFun Get ID after INSERT, otherwise error because I am not using SEQUENCES. --- 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 @@ - +
- +