public interface IdentityGenerator extends Generator
IdentityGenerator interface , all client should implement this
interface in order to support identity generation strategy.| Modifier and Type | Method and Description |
|---|---|
Object |
generate(SequenceGeneratorDiscriptor discriptor,
Client<?> client,
String dataType)
Generate.
|
Object generate(SequenceGeneratorDiscriptor discriptor, Client<?> client, String dataType)
discriptor - the discriptorclient - the clientdataType - the data typeCopyright © 2015. All Rights Reserved.