public class Jdbc3KeyGenerator extends Object implements KeyGenerator
Modifier and Type | Field and Description |
---|---|
static Jdbc3KeyGenerator |
INSTANCE
A shared instance.
|
Constructor and Description |
---|
Jdbc3KeyGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
processAfter(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter) |
void |
processBatch(MappedStatement ms,
Statement stmt,
Object parameter) |
void |
processBefore(Executor executor,
MappedStatement ms,
Statement stmt,
Object parameter) |
public static final Jdbc3KeyGenerator INSTANCE
public void processBefore(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
processBefore
in interface KeyGenerator
public void processAfter(Executor executor, MappedStatement ms, Statement stmt, Object parameter)
processAfter
in interface KeyGenerator
public void processBatch(MappedStatement ms, Statement stmt, Object parameter)
Copyright © 2009–2021 MyBatis.org. All rights reserved.