Package org.miaixz.bus.mapper.builder
Class SelectKeyGenerator
java.lang.Object
org.miaixz.bus.mapper.builder.SelectKeyGenerator
- All Implemented Interfaces:
org.apache.ibatis.executor.keygen.KeyGenerator
public class SelectKeyGenerator
extends Object
implements org.apache.ibatis.executor.keygen.KeyGenerator
查询信息生成
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement, boolean executeBefore) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessAfter(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Statement stmt, Object parameter) voidprocessBefore(org.apache.ibatis.executor.Executor executor, org.apache.ibatis.mapping.MappedStatement ms, Statement stmt, Object parameter)
-
Field Details
-
SELECT_KEY_SUFFIX
- See Also:
-
-
Constructor Details
-
SelectKeyGenerator
public SelectKeyGenerator(org.apache.ibatis.mapping.MappedStatement keyStatement, boolean executeBefore)
-
-
Method Details
-
processBefore
-
processAfter
-