Uses of Class
cn.vertxup.ambient.domain.tables.pojos.XTabular
Packages that use XTabular
Package
Description
-
Uses of XTabular in cn.vertxup.ambient.domain.tables.daos
Methods in cn.vertxup.ambient.domain.tables.daos that return types with arguments of type XTabularModifier and TypeMethodDescriptionXTabularDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyXTabularDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitXTabularDao.findManyByAppId(Collection<String> values) Find records that haveAPP_ID IN (values)asynchronouslyXTabularDao.findManyByAppId(Collection<String> values, int limit) Find records that haveAPP_ID IN (values)asynchronously limited by the given limitXTabularDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyXTabularDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitXTabularDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyXTabularDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitXTabularDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyXTabularDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitXTabularDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyXTabularDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitXTabularDao.findManyByIcon(Collection<String> values) Find records that haveICON IN (values)asynchronouslyXTabularDao.findManyByIcon(Collection<String> values, int limit) Find records that haveICON IN (values)asynchronously limited by the given limitXTabularDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyXTabularDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitXTabularDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyXTabularDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitXTabularDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyXTabularDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitXTabularDao.findManyByRunComponent(Collection<String> values) Find records that haveRUN_COMPONENT IN (values)asynchronouslyXTabularDao.findManyByRunComponent(Collection<String> values, int limit) Find records that haveRUN_COMPONENT IN (values)asynchronously limited by the given limitXTabularDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyXTabularDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitXTabularDao.findManyBySort(Collection<Integer> values) Find records that haveSORT IN (values)asynchronouslyXTabularDao.findManyBySort(Collection<Integer> values, int limit) Find records that haveSORT IN (values)asynchronously limited by the given limitXTabularDao.findManyByType(Collection<String> values) Find records that haveTYPE IN (values)asynchronouslyXTabularDao.findManyByType(Collection<String> values, int limit) Find records that haveTYPE IN (values)asynchronously limited by the given limitXTabularDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyXTabularDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitXTabularDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyXTabularDao.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<XTabularRecord,XTabular, String> XTabularDao.queryExecutor()Methods in cn.vertxup.ambient.domain.tables.daos with parameters of type XTabular -
Uses of XTabular in cn.vertxup.ambient.domain.tables.pojos
Methods in cn.vertxup.ambient.domain.tables.pojos that return XTabularModifier and TypeMethodDescriptionSetter forDB_ETERNAL.X_TABULAR.ACTIVE.Setter forDB_ETERNAL.X_TABULAR.APP_ID.Setter forDB_ETERNAL.X_TABULAR.CODE.XTabular.setComment(String comment) Setter forDB_ETERNAL.X_TABULAR.COMMENT.XTabular.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.X_TABULAR.CREATED_AT.XTabular.setCreatedBy(String createdBy) Setter forDB_ETERNAL.X_TABULAR.CREATED_BY.Setter forDB_ETERNAL.X_TABULAR.ICON.Setter forDB_ETERNAL.X_TABULAR.KEY.XTabular.setLanguage(String language) Setter forDB_ETERNAL.X_TABULAR.LANGUAGE.XTabular.setMetadata(String metadata) Setter forDB_ETERNAL.X_TABULAR.METADATA.Setter forDB_ETERNAL.X_TABULAR.NAME.XTabular.setRunComponent(String runComponent) Setter forDB_ETERNAL.X_TABULAR.RUN_COMPONENT.Setter forDB_ETERNAL.X_TABULAR.SIGMA.Setter forDB_ETERNAL.X_TABULAR.SORT.Setter forDB_ETERNAL.X_TABULAR.TYPE.XTabular.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.X_TABULAR.UPDATED_AT.XTabular.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.X_TABULAR.UPDATED_BY. -
Uses of XTabular in cn.vertxup.ambient.domain.tables.records
Constructors in cn.vertxup.ambient.domain.tables.records with parameters of type XTabularModifierConstructorDescriptionXTabularRecord(XTabular value) Create a detached, initialised XTabularRecord