Uses of Class
net.solarnetwork.central.common.dao.jdbc.sql.SelectAppSetting
Packages that use SelectAppSetting
-
Uses of SelectAppSetting in net.solarnetwork.central.common.dao.jdbc.sql
Methods in net.solarnetwork.central.common.dao.jdbc.sql that return SelectAppSettingModifier and TypeMethodDescriptionstatic SelectAppSettingSelectAppSetting.selectForKey(String key) Select for a single key.static SelectAppSettingSelectAppSetting.selectForKey(String key, boolean forUpdate) Select for a single key for update.static SelectAppSettingSelectAppSetting.selectForKeyType(String key, String type) Select for a single key and type.static SelectAppSettingSelectAppSetting.selectForKeyType(String key, String type, boolean forUpdate) Select for a single key and type.