public interface KeyGenerator
Modifier and Type | Method and Description |
---|---|
void |
processAfter(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter) |
void |
processBefore(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter) |
void processBefore(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
void processAfter(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
Copyright © 2010–2015 MyBatis.org. All rights reserved.