Uses of Class
cn.vertxup.graphic.domain.tables.pojos.GEdge
Packages that use GEdge
Package
Description
-
Uses of GEdge in cn.vertxup.graphic.domain.tables.daos
Methods in cn.vertxup.graphic.domain.tables.daos that return types with arguments of type GEdgeModifier and TypeMethodDescriptionGEdgeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyGEdgeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitGEdgeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyGEdgeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitGEdgeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyGEdgeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitGEdgeDao.findManyByGraphicId(Collection<String> values) Find records that haveGRAPHIC_ID IN (values)asynchronouslyGEdgeDao.findManyByGraphicId(Collection<String> values, int limit) Find records that haveGRAPHIC_ID IN (values)asynchronously limited by the given limitGEdgeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyGEdgeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitGEdgeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyGEdgeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitGEdgeDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyGEdgeDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitGEdgeDao.findManyByRecordData(Collection<String> values) Find records that haveRECORD_DATA IN (values)asynchronouslyGEdgeDao.findManyByRecordData(Collection<String> values, int limit) Find records that haveRECORD_DATA IN (values)asynchronously limited by the given limitGEdgeDao.findManyByRecordKey(Collection<String> values) Find records that haveRECORD_KEY IN (values)asynchronouslyGEdgeDao.findManyByRecordKey(Collection<String> values, int limit) Find records that haveRECORD_KEY IN (values)asynchronously limited by the given limitGEdgeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyGEdgeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitGEdgeDao.findManyBySourceKey(Collection<String> values) Find records that haveSOURCE_KEY IN (values)asynchronouslyGEdgeDao.findManyBySourceKey(Collection<String> values, int limit) Find records that haveSOURCE_KEY IN (values)asynchronously limited by the given limitGEdgeDao.findManyByTargetKey(Collection<String> values) Find records that haveTARGET_KEY IN (values)asynchronouslyGEdgeDao.findManyByTargetKey(Collection<String> values, int limit) Find records that haveTARGET_KEY IN (values)asynchronously limited by the given limitGEdgeDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyGEdgeDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitGEdgeDao.findManyByUi(Collection<String> values) Find records that haveUI IN (values)asynchronouslyGEdgeDao.findManyByUi(Collection<String> values, int limit) Find records that haveUI IN (values)asynchronously limited by the given limitGEdgeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyGEdgeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitGEdgeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyGEdgeDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<GEdgeRecord,GEdge, String> GEdgeDao.queryExecutor()Methods in cn.vertxup.graphic.domain.tables.daos with parameters of type GEdge -
Uses of GEdge in cn.vertxup.graphic.domain.tables.pojos
Methods in cn.vertxup.graphic.domain.tables.pojos that return GEdgeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.G_EDGE.ACTIVE.GEdge.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.G_EDGE.CREATED_AT.GEdge.setCreatedBy(String createdBy) Setter forDB_ETERNAL.G_EDGE.CREATED_BY.GEdge.setGraphicId(String graphicId) Setter forDB_ETERNAL.G_EDGE.GRAPHIC_ID.Setter forDB_ETERNAL.G_EDGE.KEY.GEdge.setLanguage(String language) Setter forDB_ETERNAL.G_EDGE.LANGUAGE.GEdge.setMetadata(String metadata) Setter forDB_ETERNAL.G_EDGE.METADATA.Setter forDB_ETERNAL.G_EDGE.NAME.GEdge.setRecordData(String recordData) Setter forDB_ETERNAL.G_EDGE.RECORD_DATA.GEdge.setRecordKey(String recordKey) Setter forDB_ETERNAL.G_EDGE.RECORD_KEY.Setter forDB_ETERNAL.G_EDGE.SIGMA.GEdge.setSourceKey(String sourceKey) Setter forDB_ETERNAL.G_EDGE.SOURCE_KEY.GEdge.setTargetKey(String targetKey) Setter forDB_ETERNAL.G_EDGE.TARGET_KEY.Setter forDB_ETERNAL.G_EDGE.TYPE.Setter forDB_ETERNAL.G_EDGE.UI.GEdge.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.G_EDGE.UPDATED_AT.GEdge.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.G_EDGE.UPDATED_BY. -
Uses of GEdge in cn.vertxup.graphic.domain.tables.records
Constructors in cn.vertxup.graphic.domain.tables.records with parameters of type GEdgeModifierConstructorDescriptionGEdgeRecord(GEdge value) Create a detached, initialised GEdgeRecord