org.apache.ibatis.executor.keygen
Class NoKeyGenerator
java.lang.Object
org.apache.ibatis.executor.keygen.NoKeyGenerator
- All Implemented Interfaces:
- KeyGenerator
public class NoKeyGenerator
- extends Object
- implements KeyGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoKeyGenerator
public NoKeyGenerator()
processBefore
public void processBefore(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter)
- Specified by:
processBefore
in interface KeyGenerator
processAfter
public void processAfter(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter)
- Specified by:
processAfter
in interface KeyGenerator
Copyright © 2010-2012 MyBatis.org. All Rights Reserved.