public class SettingsDAO extends GenericDAOJPAImpl<SettingsEntity,Long>
modelClass| Constructor and Description |
|---|
SettingsDAO() |
| Modifier and Type | Method and Description |
|---|---|
long |
countSettingsByNameAndValueAndScope(String scopeType,
String scopeName,
String key,
String value) |
SettingsEntity |
getSettingByContextAndScopeAndKey(String contextType,
String contextName,
String scopeType,
String scopeName,
String key) |
List<SettingsEntity> |
getSettingsByContextAndScope(String contextType,
String contextName,
String scopeType,
String scopeName) |
List<SettingsEntity> |
getSettingsByContextTypeAndName(String contextType,
String contextName) |
count, create, createAll, delete, deleteAll, deleteAll, find, findAll, getDialect, getEntityManager, getHibernateDialect, isMSSQLDialect, isOrcaleDialect, update, updateAllpublic List<SettingsEntity> getSettingsByContextTypeAndName(String contextType, String contextName)
public List<SettingsEntity> getSettingsByContextAndScope(String contextType, String contextName, String scopeType, String scopeName)
public SettingsEntity getSettingByContextAndScopeAndKey(String contextType, String contextName, String scopeType, String scopeName, String key)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.