public class ServiceFactory extends Object
| 构造器和说明 |
|---|
ServiceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DSFactory |
get(Application application,
String name) |
static Service |
getService(Application application,
String name) |
static Service |
getService(Database database) |
static Service |
getService(DSFactory factory) |
public static final DSFactory get(Application application, String name) throws Exception
Exceptionpublic static final Service getService(Application application, String name) throws Exception
Exceptionpublic static final Service getService(Database database) throws SQLException
SQLExceptionCopyright © 2018. All rights reserved.