public class ServiceInstanceDao extends Object
| Modifier and Type | Field and Description |
|---|---|
static ServiceInstanceDao |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkInsertOrUpdateArgument(List<ServiceInstanceModel> models) |
protected void |
delete(List<Long> ids) |
protected void |
delete(Long... ids) |
protected void |
deleteByFilters(List<ServiceInstanceModel> filters) |
protected void |
insertOrUpdate(List<ServiceInstanceModel> models) |
protected void |
insertOrUpdate(ServiceInstanceModel... groupInstances) |
List<ServiceInstanceModel> |
query() |
protected List<ServiceInstanceModel> |
query(String condition,
List<String> args) |
protected List<ServiceInstanceModel> |
query(String condition,
String... args) |
List<ServiceInstanceModel> |
select(List<Long> groupIds) |
List<ServiceInstanceModel> |
select(ServiceInstanceModel filter) |
public static final ServiceInstanceDao INSTANCE
public List<ServiceInstanceModel> query()
protected void delete(Long... ids)
protected void deleteByFilters(List<ServiceInstanceModel> filters)
protected void insertOrUpdate(ServiceInstanceModel... groupInstances)
protected void insertOrUpdate(List<ServiceInstanceModel> models)
public List<ServiceInstanceModel> select(ServiceInstanceModel filter)
public List<ServiceInstanceModel> select(List<Long> groupIds)
protected List<ServiceInstanceModel> query(String condition, String... args)
protected List<ServiceInstanceModel> query(String condition, List<String> args)
protected void checkInsertOrUpdateArgument(List<ServiceInstanceModel> models)
Copyright © 2020 org.mydotey. All rights reserved.