Uses of Class
org.exoplatform.settings.jpa.JPASettingServiceImpl
Packages that use JPASettingServiceImpl
-
Uses of JPASettingServiceImpl in org.exoplatform.settings.cache
Constructors in org.exoplatform.settings.cache with parameters of type JPASettingServiceImplModifierConstructorDescriptionCacheSettingServiceImpl(JPASettingServiceImpl service, org.exoplatform.services.cache.CacheService cacheService) Create cache setting service object with service for database and service for cache -
Uses of JPASettingServiceImpl in org.exoplatform.settings.jpa
Constructor parameters in org.exoplatform.settings.jpa with type arguments of type JPASettingServiceImplModifierConstructorDescriptionJPASettingServiceImpl(SettingsDAO settingsDAO, SettingContextDAO settingContextDAO, SettingScopeDAO settingScopeDAO, EventManagerImpl<JPASettingServiceImpl, org.exoplatform.commons.api.settings.data.SettingData> eventManager, org.exoplatform.commons.api.persistence.DataInitializer dataInitializer) JPASettingServiceImpl must depend on DataInitializer to make sure data structure is created before initializing it