| Package | Description |
|---|---|
| org.jboss.as.cmp.jdbc.keygen | |
| org.jboss.as.cmp.keygenerator | |
| org.jboss.as.cmp.keygenerator.hilo | |
| org.jboss.as.cmp.keygenerator.uuid |
| Modifier and Type | Field and Description |
|---|---|
protected KeyGenerator |
JDBCKeyGeneratorCreateCommand.keyGenerator |
| Modifier and Type | Method and Description |
|---|---|
KeyGenerator |
KeyGeneratorFactory.getKeyGenerator()
Returns a new key generator
|
| Modifier and Type | Class and Description |
|---|---|
class |
HiLoKeyGenerator |
| Modifier and Type | Method and Description |
|---|---|
KeyGenerator |
HiLoKeyGeneratorFactory.getKeyGenerator() |
| Modifier and Type | Class and Description |
|---|---|
class |
UUIDKeyGenerator
The implementation of UUID key generator
based on the algorithm from Floyd Marinescu's EJB Design Patterns.
|
| Modifier and Type | Method and Description |
|---|---|
KeyGenerator |
UUIDKeyGeneratorFactory.getKeyGenerator()
Returns a newly constructed key generator
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.