public class ListConfManager extends Object
| Constructor and Description |
|---|
ListConfManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
delete(ListConf oneConf) |
static void |
deleteAll() |
static List<ListConf> |
getAll() |
static List<Map<String,String>> |
getAllByCriteria(String sQuery,
LinkedHashMap<String,org.hibernate.type.NullableType> hmQueryIds) |
static ListConf |
getListConfByName(String sName) |
static void |
save(ListConf oneConf) |
static void |
update(ListConf oneConf) |
public static void save(ListConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void update(ListConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void delete(ListConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void deleteAll()
throws org.hibernate.HibernateException,
Exception
org.hibernate.HibernateExceptionExceptionpublic static List<ListConf> getAll() throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static ListConf getListConfByName(String sName) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionCopyright © 2019 Suncode. All rights reserved.