| Package | Description |
|---|---|
| org.mydotey.artemis.management.dao |
| Modifier and Type | Method and Description |
|---|---|
static InstanceLogModel |
InstanceLogModel.of(InstanceModel instance,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
static List<InstanceLogModel> |
InstanceLogModel.of(List<InstanceModel> instances,
boolean isComplete) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceLogDao.insert(InstanceLogModel... logs) |
List<InstanceOperationLog> |
InstanceLogDao.select(InstanceLogModel filter,
Boolean complete) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceLogDao.insert(List<InstanceLogModel> logs) |
Copyright © 2020 org.mydotey. All rights reserved.