| Package | Description |
|---|---|
| org.tinygroup.jdbctemplatedslsession | |
| org.tinygroup.jdbctemplatedslsession.keygenerator | |
| org.tinygroup.tinysqldsl.base |
| Modifier and Type | Method and Description |
|---|---|
KeyGenerator |
Configuration.getDefaultKeyGenerator() |
KeyGenerator |
ConfigurationBuilder.TableConfig.getKeyGenerator(String keyName) |
KeyGenerator |
Configuration.getKeyGenerator(String tableName,
String keyName) |
KeyGenerator |
ConfigurationBuilder.KeyGeneratorConfig.getKeyGeneratorInstance() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setDefaultKeyGenerator(KeyGenerator defaultKeyGenerator) |
| Modifier and Type | Class and Description |
|---|---|
class |
AppKeyGenerator |
class |
DatabaseKeyGenerator
由数据库自己来生成主键值,mysql为主键自增长,oracle为序列方式
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,KeyGenerator> |
Table.getGeneratorMap() |
Copyright © 2006–2018 TinyGroup. All rights reserved.