public class ExternalDBConfManager extends Object
| Constructor and Description |
|---|
ExternalDBConfManager() |
| Modifier and Type | Method and Description |
|---|---|
static long |
checkExistence(String sName,
String sUrl,
String sDriver,
String sLogin,
String sPassword) |
static void |
delete(ExternalDBConf oneConf) |
void |
deleteAll() |
static List<ExternalDBConf> |
getAll() |
static List<ExternalDBConf> |
getExternalDBConfForName(String name) |
static void |
save(ExternalDBConf oneConf) |
static void |
update(ExternalDBConf oneConf) |
public static void save(ExternalDBConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void update(ExternalDBConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static void delete(ExternalDBConf oneConf) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic void deleteAll()
throws org.hibernate.HibernateException,
Exception
org.hibernate.HibernateExceptionExceptionpublic static List<ExternalDBConf> getAll() throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static long checkExistence(String sName, String sUrl, String sDriver, String sLogin, String sPassword) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionpublic static List<ExternalDBConf> getExternalDBConfForName(String name) throws org.hibernate.HibernateException, Exception
org.hibernate.HibernateExceptionExceptionCopyright © 2015 Suncode. All rights reserved.