| Package | Description |
|---|---|
| org.broadleafcommerce.openadmin.server.service.persistence |
| Modifier and Type | Field and Description |
|---|---|
static TargetModeType |
TargetModeType.PRODUCTION |
static TargetModeType |
TargetModeType.SANDBOX |
static TargetModeType |
TargetModeType.STAGE |
protected TargetModeType |
PersistenceManagerImpl.targetMode |
| Modifier and Type | Method and Description |
|---|---|
static TargetModeType |
TargetModeType.getInstance(String type) |
TargetModeType |
PersistenceManagerImpl.getTargetMode() |
TargetModeType |
PersistenceManager.getTargetMode() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TargetModeType> |
TargetModeType.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceManager |
PersistenceManagerFactory.getPersistenceManager(TargetModeType targetModeType) |
<T,G extends Throwable> |
PersistenceThreadManager.operation(TargetModeType targetModeType,
Persistable<T,G> persistable) |
void |
PersistenceManagerImpl.setTargetMode(TargetModeType targetMode) |
void |
PersistenceManager.setTargetMode(TargetModeType targetMode) |
static void |
PersistenceManagerFactory.startPersistenceManager(TargetModeType targetModeType) |
Copyright © 2017. All rights reserved.