| Package | Description |
|---|---|
| org.apache.hugegraph.controller.query | |
| org.apache.hugegraph.mapper.query | |
| org.apache.hugegraph.service.query |
| Modifier and Type | Method and Description |
|---|---|
GremlinCollection |
GremlinCollectionController.create(int connId,
GremlinCollection newEntity) |
GremlinCollection |
GremlinCollectionController.delete(int id) |
GremlinCollection |
GremlinCollectionController.get(int id) |
GremlinCollection |
GremlinCollectionController.update(int id,
GremlinCollection newEntity) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> |
GremlinCollectionController.list(int connId,
String content,
String nameOrder,
String timeOrder,
int pageNo,
int pageSize) |
| Modifier and Type | Method and Description |
|---|---|
GremlinCollection |
GremlinCollectionController.create(int connId,
GremlinCollection newEntity) |
GremlinCollection |
GremlinCollectionController.update(int id,
GremlinCollection newEntity) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> |
GremlinCollectionMapper.selectByContentInPage(com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> page,
int connId,
String content) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> |
GremlinCollectionMapper.selectByContentInPage(com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> page,
int connId,
String content) |
| Modifier and Type | Method and Description |
|---|---|
GremlinCollection |
GremlinCollectionService.get(int id) |
GremlinCollection |
GremlinCollectionService.getByName(int connId,
String name) |
| Modifier and Type | Method and Description |
|---|---|
com.baomidou.mybatisplus.core.metadata.IPage<GremlinCollection> |
GremlinCollectionService.list(int connId,
String content,
Boolean nameOrderAsc,
Boolean timeOrderAsc,
long current,
long pageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
GremlinCollectionService.save(GremlinCollection collection) |
void |
GremlinCollectionService.update(GremlinCollection collection) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.