@Repository(value="ConfigValueDAOHib") public class ConfigValueDAOHib extends AVersionedEntityHib<EConfigValue> implements IConfigValueDAO
| Constructor and Description |
|---|
ConfigValueDAOHib() |
| Modifier and Type | Method and Description |
|---|---|
List<EConfigValue> |
findAll(String template) |
List<EConfigValue> |
findBy(String template) |
List<EConfigValue> |
findBy(String template,
String service) |
EConfigValue |
findBy(String template,
String service,
String key) |
List<EConfigValue> |
findGlobal() |
List<EConfigValue> |
findGlobal(String service) |
EConfigValue |
findGlobal(String service,
String key) |
EConfigValue |
findKey(String key) |
EConfigValue |
findKey(String template,
String key) |
List<String> |
findTemplates() |
AuditCategory |
getAuditCategory() |
Class<EConfigValue> |
getEntityClass() |
delete, delete, deleteById, findVersionedByQuery, findVersionedList, findVersionedListByQuery, getFindAllListQuery, getFindListQuery, getVersionizedQuerry, save, savegetChangeEntry, getDeleteEntry, getNewEntryfindById, findByQuery, findGenericByQuery, findGenericListByQuery, findGenericListByQueryLimit, findList, findList, findListByQuery, findListByQueryLimit, getIdFieldclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdelete, savepublic Class<EConfigValue> getEntityClass()
getEntityClass in interface de.taimos.dao.IEntityDAO<EConfigValue,Long>public List<EConfigValue> findGlobal()
findGlobal in interface IConfigValueDAOpublic List<EConfigValue> findGlobal(String service)
findGlobal in interface IConfigValueDAOservice - the service namepublic EConfigValue findGlobal(String service, String key)
findGlobal in interface IConfigValueDAOservice - the service namekey - the keypublic List<EConfigValue> findBy(String template)
findBy in interface IConfigValueDAOtemplate - the template namepublic List<EConfigValue> findBy(String template, String service)
findBy in interface IConfigValueDAOtemplate - the template nameservice - the service namepublic EConfigValue findBy(String template, String service, String key)
findBy in interface IConfigValueDAOtemplate - the template nameservice - the service namekey - the keypublic EConfigValue findKey(String key)
findKey in interface IConfigValueDAOkey - the keypublic EConfigValue findKey(String template, String key)
findKey in interface IConfigValueDAOtemplate - the template namekey - the keypublic List<EConfigValue> findAll(String template)
findAll in interface IConfigValueDAOtemplate - the template namepublic List<String> findTemplates()
findTemplates in interface IConfigValueDAOpublic AuditCategory getAuditCategory()
getAuditCategory in class AAuditedEntityHib<EConfigValue,Long>Copyright © 2014 Cinovo AG. All Rights Reserved.