public class DefaultIdGeneratorService extends Object implements IdGeneratorService
| 构造器和说明 |
|---|
DefaultIdGeneratorService() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
createId(String clzName) |
IdGeneratorPolicy |
getIdGeneratorPolicy() |
void |
setIdGeneratorPolicy(IdGeneratorPolicy policy) |
public void setIdGeneratorPolicy(IdGeneratorPolicy policy)
setIdGeneratorPolicy 在接口中 IdGeneratorServicepublic long createId(String clzName)
createId 在接口中 io.xream.sqli.core.IdGeneratorpublic IdGeneratorPolicy getIdGeneratorPolicy()
getIdGeneratorPolicy 在接口中 IdGeneratorServiceCopyright © 2020. All rights reserved.