Uses of Class
net.solarnetwork.central.domain.AppSetting
Packages that use AppSetting
Package
Description
-
Uses of AppSetting in net.solarnetwork.central.common.dao.jdbc
Fields in net.solarnetwork.central.common.dao.jdbc with type parameters of type AppSettingModifier and TypeFieldDescriptionstatic final org.springframework.jdbc.core.RowMapper<AppSetting> AppSettingRowMapper.INSTANCEA default instance.Methods in net.solarnetwork.central.common.dao.jdbc that return AppSettingMethods in net.solarnetwork.central.common.dao.jdbc that return types with arguments of type AppSettingModifier and TypeMethodDescriptionClass<? extends AppSetting> JdbcAppSettingDao.getObjectType()JdbcAppSettingDao.lockForUpdate(String key) Methods in net.solarnetwork.central.common.dao.jdbc with parameters of type AppSettingModifier and TypeMethodDescriptionvoidJdbcAppSettingDao.delete(AppSetting entity) JdbcAppSettingDao.save(AppSetting entity) -
Uses of AppSetting in net.solarnetwork.central.common.dao.jdbc.sql
Constructors in net.solarnetwork.central.common.dao.jdbc.sql with parameters of type AppSetting -
Uses of AppSetting in net.solarnetwork.central.dao
Methods in net.solarnetwork.central.dao that return AppSettingModifier and TypeMethodDescriptionAppSettingDao.lockForUpdate(String key, String type) Transactionally lock a specific setting in the database.Methods in net.solarnetwork.central.dao that return types with arguments of type AppSettingModifier and TypeMethodDescriptionAppSettingDao.lockForUpdate(String key) Transactionally lock a set of settings in the database. -
Uses of AppSetting in net.solarnetwork.central.domain
Methods in net.solarnetwork.central.domain that return AppSettingModifier and TypeMethodDescriptionstatic AppSettingAppSetting.appSetting(String key, String type, String value) Create a new setting instance.AppSetting.clone()Create a copy with a new value.