public class ServiceFactory extends Object
| 构造器和说明 |
|---|
ServiceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T extends IDataImpl<?>> |
getServiceByDomainObject(String domainObjectClassName) |
static <T extends IDataImpl<?>> |
getServiceByEntity(String entityClassName) |
public static <T extends IDataImpl<?>> IBaseDomainObjectService<T> getServiceByEntity(String entityClassName)
public static <T extends IDataImpl<?>> IBaseDomainObjectService<T> getServiceByDomainObject(String domainObjectClassName)
Copyright © 2019. All rights reserved.