Uses of Class
cn.vertxup.graphic.domain.tables.pojos.GCluster
Packages that use GCluster
Package
Description
-
Uses of GCluster in cn.vertxup.graphic.domain.tables.daos
Methods in cn.vertxup.graphic.domain.tables.daos that return types with arguments of type GClusterModifier and TypeMethodDescriptionGClusterDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyGClusterDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitGClusterDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyGClusterDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitGClusterDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyGClusterDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitGClusterDao.findManyByGraphicId(Collection<String> values) Find records that haveGRAPHIC_ID IN (values)asynchronouslyGClusterDao.findManyByGraphicId(Collection<String> values, int limit) Find records that haveGRAPHIC_ID IN (values)asynchronously limited by the given limitGClusterDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyGClusterDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitGClusterDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyGClusterDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitGClusterDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyGClusterDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitGClusterDao.findManyByRecordData(Collection<String> values) Find records that haveRECORD_DATA IN (values)asynchronouslyGClusterDao.findManyByRecordData(Collection<String> values, int limit) Find records that haveRECORD_DATA IN (values)asynchronously limited by the given limitGClusterDao.findManyByRecordKey(Collection<String> values) Find records that haveRECORD_KEY IN (values)asynchronouslyGClusterDao.findManyByRecordKey(Collection<String> values, int limit) Find records that haveRECORD_KEY IN (values)asynchronously limited by the given limitGClusterDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyGClusterDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitGClusterDao.findManyByUi(Collection<String> values) Find records that haveUI IN (values)asynchronouslyGClusterDao.findManyByUi(Collection<String> values, int limit) Find records that haveUI IN (values)asynchronously limited by the given limitGClusterDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyGClusterDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitGClusterDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyGClusterDao.findManyByUpdatedBy(Collection<String> values, int limit) Find records that haveUPDATED_BY IN (values)asynchronously limited by the given limitGClusterDao.findManyByX(Collection<Integer> values) Find records that haveX IN (values)asynchronouslyGClusterDao.findManyByX(Collection<Integer> values, int limit) Find records that haveX IN (values)asynchronously limited by the given limitGClusterDao.findManyByY(Collection<Integer> values) Find records that haveY IN (values)asynchronouslyGClusterDao.findManyByY(Collection<Integer> values, int limit) Find records that haveY IN (values)asynchronously limited by the given limitio.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor<GClusterRecord,GCluster, String> GClusterDao.queryExecutor()Methods in cn.vertxup.graphic.domain.tables.daos with parameters of type GCluster -
Uses of GCluster in cn.vertxup.graphic.domain.tables.pojos
Methods in cn.vertxup.graphic.domain.tables.pojos that return GClusterModifier and TypeMethodDescriptionSetter forDB_ETERNAL.G_CLUSTER.ACTIVE.GCluster.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.G_CLUSTER.CREATED_AT.GCluster.setCreatedBy(String createdBy) Setter forDB_ETERNAL.G_CLUSTER.CREATED_BY.GCluster.setGraphicId(String graphicId) Setter forDB_ETERNAL.G_CLUSTER.GRAPHIC_ID.Setter forDB_ETERNAL.G_CLUSTER.KEY.GCluster.setLanguage(String language) Setter forDB_ETERNAL.G_CLUSTER.LANGUAGE.GCluster.setMetadata(String metadata) Setter forDB_ETERNAL.G_CLUSTER.METADATA.Setter forDB_ETERNAL.G_CLUSTER.NAME.GCluster.setRecordData(String recordData) Setter forDB_ETERNAL.G_CLUSTER.RECORD_DATA.GCluster.setRecordKey(String recordKey) Setter forDB_ETERNAL.G_CLUSTER.RECORD_KEY.Setter forDB_ETERNAL.G_CLUSTER.SIGMA.Setter forDB_ETERNAL.G_CLUSTER.UI.GCluster.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.G_CLUSTER.UPDATED_AT.GCluster.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.G_CLUSTER.UPDATED_BY.Setter forDB_ETERNAL.G_CLUSTER.X.Setter forDB_ETERNAL.G_CLUSTER.Y. -
Uses of GCluster in cn.vertxup.graphic.domain.tables.records
Constructors in cn.vertxup.graphic.domain.tables.records with parameters of type GClusterModifierConstructorDescriptionGClusterRecord(GCluster value) Create a detached, initialised GClusterRecord