public class MultiEntityKeyGenerator extends Object implements org.apache.ibatis.executor.keygen.KeyGenerator
| Constructor and Description |
|---|
MultiEntityKeyGenerator(org.apache.ibatis.executor.keygen.KeyGenerator keyGenerator) |
| Modifier and Type | Method and Description |
|---|---|
void |
processAfter(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter) |
void |
processBefore(org.apache.ibatis.executor.Executor executor,
org.apache.ibatis.mapping.MappedStatement ms,
Statement stmt,
Object parameter) |
public MultiEntityKeyGenerator(org.apache.ibatis.executor.keygen.KeyGenerator keyGenerator)
Copyright © 2024. All rights reserved.