@Component public class ServerConfigRepositoryImpl extends Object implements ServerConfigRepository
| Modifier and Type | Field and Description |
|---|---|
protected UuidIdGenerator |
idGenerator |
protected org.mybatis.spring.SqlSessionTemplate |
sqlSessionTemplate |
| Constructor and Description |
|---|
ServerConfigRepositoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ServerConfig |
get(String id) |
List<ServerConfig> |
getAll() |
List<ServerConfig> |
getByEndpointType(EndpointType endpointType) |
void |
save(ServerConfig serverConfig) |
@Autowired @Qualifier(value="flowableAdmin") protected org.mybatis.spring.SqlSessionTemplate sqlSessionTemplate
@Autowired protected UuidIdGenerator idGenerator
public ServerConfig get(String id)
get in interface ServerConfigRepositorypublic List<ServerConfig> getAll()
getAll in interface ServerConfigRepositorypublic List<ServerConfig> getByEndpointType(EndpointType endpointType)
getByEndpointType in interface ServerConfigRepositorypublic void save(ServerConfig serverConfig)
save in interface ServerConfigRepositoryCopyright © 2020 Flowable. All rights reserved.