| Package | Description |
|---|---|
| com.impetus.kundera.client | |
| com.impetus.kundera.generator | |
| com.impetus.kundera.persistence |
| Modifier and Type | Method and Description |
|---|---|
Generator |
Client.getIdGenerator()
Gets the id generator.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AutoGenerator
AutoGenerator interface , all client should implement this interface
in order to support auto generation strategy. |
interface |
IdentityGenerator
IdentityGenerator interface , all client should implement this
interface in order to support identity generation strategy. |
interface |
SequenceGenerator
SequenceGenerator interface , all client should implement this
interface in order to support sequence generation strategy. |
interface |
TableGenerator
TableGenerator interface , all client should implement this interface
in order to support table generation strategy. |
| Modifier and Type | Method and Description |
|---|---|
private Generator |
IdGenerator.getAutoGenClazz(Client<?> client) |
Copyright © 2016. All Rights Reserved.