| Package | Description |
|---|---|
| org.broadleafcommerce.common.persistence | |
| org.broadleafcommerce.common.service |
| Modifier and Type | Field and Description |
|---|---|
static TargetModeType |
TargetModeType.PRODUCTION |
static TargetModeType |
TargetModeType.SANDBOX |
static TargetModeType |
TargetModeType.STAGE |
| Modifier and Type | Method and Description |
|---|---|
static TargetModeType |
TargetModeType.getInstance(String type) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,TargetModeType> |
TargetModeType.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
javax.persistence.EntityManager |
PersistenceServiceImpl.identifyDefaultEntityManager(TargetModeType targetModeType) |
javax.persistence.EntityManager |
PersistenceService.identifyDefaultEntityManager(TargetModeType targetModeType)
Identifies the default
EntityManager for the given targetModeType
NOTE: This assumes that the EntityManager is based on blPU |
org.springframework.transaction.PlatformTransactionManager |
PersistenceServiceImpl.identifyDefaultTransactionManager(TargetModeType targetModeType) |
org.springframework.transaction.PlatformTransactionManager |
PersistenceService.identifyDefaultTransactionManager(TargetModeType targetModeType)
Identifies the default
PlatformTransactionManager for the given targetModeType
NOTE: This assumes that the PlatformTransactionManager is based on blPU |
javax.persistence.EntityManager |
PersistenceServiceImpl.identifyEntityManager(Class entityClass,
TargetModeType targetModeType) |
javax.persistence.EntityManager |
PersistenceService.identifyEntityManager(Class entityClass,
TargetModeType targetModeType)
Identifies the
EntityManager for the given entityClass and targetModeType |
org.springframework.transaction.PlatformTransactionManager |
PersistenceServiceImpl.identifyTransactionManager(String className,
TargetModeType targetModeType) |
org.springframework.transaction.PlatformTransactionManager |
PersistenceService.identifyTransactionManager(String className,
TargetModeType targetModeType)
Identifies the
PlatformTransactionManager for the given className and targetModeType |
Copyright © 2023. All rights reserved.