public class ServerLogDao extends Object
| Modifier and Type | Field and Description |
|---|---|
static ServerLogDao |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
insert(List<ServerLogModel> logs) |
void |
insert(ServerLogModel... logs) |
List<ServerOperationLog> |
query(String condition,
List<String> args) |
List<ServerOperationLog> |
select(ServerLogModel filter,
Boolean complete) |
public static final ServerLogDao INSTANCE
public List<ServerOperationLog> select(ServerLogModel filter, Boolean complete)
public List<ServerOperationLog> query(String condition, List<String> args)
public void insert(ServerLogModel... logs)
public void insert(List<ServerLogModel> logs)
Copyright © 2020 org.mydotey. All rights reserved.