Uses of Class
org.broadleafcommerce.common.persistence.TargetModeType
Packages that use TargetModeType
-
Uses of TargetModeType in org.broadleafcommerce.common.persistence
Fields in org.broadleafcommerce.common.persistence declared as TargetModeTypeModifier and TypeFieldDescriptionstatic final TargetModeTypeTargetModeType.PRODUCTIONstatic final TargetModeTypeTargetModeType.SANDBOXstatic final TargetModeTypeTargetModeType.STAGEMethods in org.broadleafcommerce.common.persistence that return TargetModeTypeMethods in org.broadleafcommerce.common.persistence that return types with arguments of type TargetModeType -
Uses of TargetModeType in org.broadleafcommerce.common.service
Methods in org.broadleafcommerce.common.service with parameters of type TargetModeTypeModifier and TypeMethodDescriptionjakarta.persistence.EntityManagerPersistenceService.identifyDefaultEntityManager(TargetModeType targetModeType) Identifies the defaultEntityManagerfor the given targetModeTypejakarta.persistence.EntityManagerPersistenceServiceImpl.identifyDefaultEntityManager(TargetModeType targetModeType) org.springframework.transaction.PlatformTransactionManagerPersistenceService.identifyDefaultTransactionManager(TargetModeType targetModeType) Identifies the defaultPlatformTransactionManagerfor the given targetModeTypeorg.springframework.transaction.PlatformTransactionManagerPersistenceServiceImpl.identifyDefaultTransactionManager(TargetModeType targetModeType) jakarta.persistence.EntityManagerPersistenceService.identifyEntityManager(Class entityClass, TargetModeType targetModeType) Identifies theEntityManagerfor the given entityClass and targetModeTypejakarta.persistence.EntityManagerPersistenceServiceImpl.identifyEntityManager(Class entityClass, TargetModeType targetModeType) org.springframework.transaction.PlatformTransactionManagerPersistenceService.identifyTransactionManager(String className, TargetModeType targetModeType) Identifies thePlatformTransactionManagerfor the given className and targetModeTypeorg.springframework.transaction.PlatformTransactionManagerPersistenceServiceImpl.identifyTransactionManager(String className, TargetModeType targetModeType)