Uses of Class
cn.vertxup.graphic.domain.tables.pojos.GNode
Packages that use GNode
Package
Description
-
Uses of GNode in cn.vertxup.graphic.domain.tables.daos
Methods in cn.vertxup.graphic.domain.tables.daos that return types with arguments of type GNodeModifier and TypeMethodDescriptionGNodeDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyGNodeDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitGNodeDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyGNodeDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitGNodeDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyGNodeDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitGNodeDao.findManyByGraphicId(Collection<String> values) Find records that haveGRAPHIC_ID IN (values)asynchronouslyGNodeDao.findManyByGraphicId(Collection<String> values, int limit) Find records that haveGRAPHIC_ID IN (values)asynchronously limited by the given limitGNodeDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyGNodeDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitGNodeDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyGNodeDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitGNodeDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyGNodeDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitGNodeDao.findManyByRecordClass(Collection<String> values) Find records that haveRECORD_CLASS IN (values)asynchronouslyGNodeDao.findManyByRecordClass(Collection<String> values, int limit) Find records that haveRECORD_CLASS IN (values)asynchronously limited by the given limitGNodeDao.findManyByRecordComponent(Collection<String> values) Find records that haveRECORD_COMPONENT IN (values)asynchronouslyGNodeDao.findManyByRecordComponent(Collection<String> values, int limit) Find records that haveRECORD_COMPONENT IN (values)asynchronously limited by the given limitGNodeDao.findManyByRecordData(Collection<String> values) Find records that haveRECORD_DATA IN (values)asynchronouslyGNodeDao.findManyByRecordData(Collection<String> values, int limit) Find records that haveRECORD_DATA IN (values)asynchronously limited by the given limitGNodeDao.findManyByRecordKey(Collection<String> values) Find records that haveRECORD_KEY IN (values)asynchronouslyGNodeDao.findManyByRecordKey(Collection<String> values, int limit) Find records that haveRECORD_KEY IN (values)asynchronously limited by the given limitGNodeDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyGNodeDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitGNodeDao.findManyByUi(Collection<String> values) Find records that haveUI IN (values)asynchronouslyGNodeDao.findManyByUi(Collection<String> values, int limit) Find records that haveUI IN (values)asynchronously limited by the given limitGNodeDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyGNodeDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitGNodeDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyGNodeDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitGNodeDao.findManyByX(Collection<BigDecimal> values) Find records that haveX IN (values)asynchronouslyGNodeDao.findManyByX(Collection<BigDecimal> values, int limit) Find records that haveX IN (values)asynchronously limited by the given limitGNodeDao.findManyByY(Collection<BigDecimal> values) Find records that haveY IN (values)asynchronouslyGNodeDao.findManyByY(Collection<BigDecimal> values, int limit) Find records that haveY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<GNodeRecord,GNode, String> GNodeDao.queryExecutor()Methods in cn.vertxup.graphic.domain.tables.daos with parameters of type GNode -
Uses of GNode in cn.vertxup.graphic.domain.tables.pojos
Methods in cn.vertxup.graphic.domain.tables.pojos that return GNodeModifier and TypeMethodDescriptionSetter forDB_ETERNAL.G_NODE.ACTIVE.GNode.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.G_NODE.CREATED_AT.GNode.setCreatedBy(String createdBy) Setter forDB_ETERNAL.G_NODE.CREATED_BY.GNode.setGraphicId(String graphicId) Setter forDB_ETERNAL.G_NODE.GRAPHIC_ID.Setter forDB_ETERNAL.G_NODE.KEY.GNode.setLanguage(String language) Setter forDB_ETERNAL.G_NODE.LANGUAGE.GNode.setMetadata(String metadata) Setter forDB_ETERNAL.G_NODE.METADATA.Setter forDB_ETERNAL.G_NODE.NAME.GNode.setRecordClass(String recordClass) Setter forDB_ETERNAL.G_NODE.RECORD_CLASS.GNode.setRecordComponent(String recordComponent) Setter forDB_ETERNAL.G_NODE.RECORD_COMPONENT.GNode.setRecordData(String recordData) Setter forDB_ETERNAL.G_NODE.RECORD_DATA.GNode.setRecordKey(String recordKey) Setter forDB_ETERNAL.G_NODE.RECORD_KEY.Setter forDB_ETERNAL.G_NODE.SIGMA.Setter forDB_ETERNAL.G_NODE.UI.GNode.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.G_NODE.UPDATED_AT.GNode.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.G_NODE.UPDATED_BY.GNode.setX(BigDecimal x) Setter forDB_ETERNAL.G_NODE.X.GNode.setY(BigDecimal y) Setter forDB_ETERNAL.G_NODE.Y. -
Uses of GNode in cn.vertxup.graphic.domain.tables.records
Constructors in cn.vertxup.graphic.domain.tables.records with parameters of type GNodeModifierConstructorDescriptionGNodeRecord(GNode value) Create a detached, initialised GNodeRecord