| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorFactory |
JDBCEntityPersistenceStore.getKeyGeneratorFactory(String name) |
KeyGeneratorFactory |
JDBCStoreManager.getKeyGeneratorFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorFactory |
JDBCStoreManager2.getKeyGeneratorFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorFactory |
KeyGeneratorFactoryRegistry.getFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
static org.jboss.msc.inject.Injector<KeyGeneratorFactoryRegistry> |
KeyGeneratorFactoryRegistry.getRegistryInjector(String name,
org.jboss.msc.value.Value<KeyGeneratorFactory> factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
HiLoKeyGeneratorFactory |
| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorFactory |
HiLoKeyGeneratorFactory.getValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
UUIDKeyGeneratorFactory
This is the factory for UUID key generator
|
| Modifier and Type | Method and Description |
|---|---|
KeyGeneratorFactory |
UUIDKeyGeneratorFactory.getValue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.jboss.msc.service.Service<KeyGeneratorFactory> |
AbstractKeyGeneratorAdd.getKeyGeneratorFactory(org.jboss.dmr.ModelNode operation) |
protected org.jboss.msc.service.Service<KeyGeneratorFactory> |
UUIDKeyGeneratorAdd.getKeyGeneratorFactory(org.jboss.dmr.ModelNode operation) |
protected org.jboss.msc.service.Service<KeyGeneratorFactory> |
HiLoKeyGeneratorAdd.getKeyGeneratorFactory(org.jboss.dmr.ModelNode operation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractKeyGeneratorAdd.addDependencies(org.jboss.dmr.ModelNode operation,
org.jboss.msc.service.Service<KeyGeneratorFactory> keyGeneratorFactory,
org.jboss.msc.service.ServiceBuilder<KeyGeneratorFactory> factoryServiceBuilder) |
protected void |
AbstractKeyGeneratorAdd.addDependencies(org.jboss.dmr.ModelNode operation,
org.jboss.msc.service.Service<KeyGeneratorFactory> keyGeneratorFactory,
org.jboss.msc.service.ServiceBuilder<KeyGeneratorFactory> factoryServiceBuilder) |
protected void |
HiLoKeyGeneratorAdd.addDependencies(org.jboss.dmr.ModelNode operation,
org.jboss.msc.service.Service<KeyGeneratorFactory> keyGeneratorFactory,
org.jboss.msc.service.ServiceBuilder<KeyGeneratorFactory> factoryServiceBuilder) |
protected void |
HiLoKeyGeneratorAdd.addDependencies(org.jboss.dmr.ModelNode operation,
org.jboss.msc.service.Service<KeyGeneratorFactory> keyGeneratorFactory,
org.jboss.msc.service.ServiceBuilder<KeyGeneratorFactory> factoryServiceBuilder) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.