Uses of Class
cn.vertxup.erp.domain.tables.pojos.ETeam
Packages that use ETeam
Package
Description
-
Uses of ETeam in cn.vertxup.erp.domain.tables.daos
Methods in cn.vertxup.erp.domain.tables.daos that return types with arguments of type ETeamModifier and TypeMethodDescriptionETeamDao.findManyByActive(Collection<Boolean> values) Find records that haveACTIVE IN (values)asynchronouslyETeamDao.findManyByActive(Collection<Boolean> values, int limit) Find records that haveACTIVE IN (values)asynchronously limited by the given limitETeamDao.findManyByBindComponent(Collection<String> values) Find records that haveBIND_COMPONENT IN (values)asynchronouslyETeamDao.findManyByBindComponent(Collection<String> values, int limit) Find records that haveBIND_COMPONENT IN (values)asynchronously limited by the given limitETeamDao.findManyByBindConfig(Collection<String> values) Find records that haveBIND_CONFIG IN (values)asynchronouslyETeamDao.findManyByBindConfig(Collection<String> values, int limit) Find records that haveBIND_CONFIG IN (values)asynchronously limited by the given limitETeamDao.findManyByBindId(Collection<String> values) Find records that haveBIND_ID IN (values)asynchronouslyETeamDao.findManyByBindId(Collection<String> values, int limit) Find records that haveBIND_ID IN (values)asynchronously limited by the given limitETeamDao.findManyByCode(Collection<String> values) Find records that haveCODE IN (values)asynchronouslyETeamDao.findManyByCode(Collection<String> values, int limit) Find records that haveCODE IN (values)asynchronously limited by the given limitETeamDao.findManyByComment(Collection<String> values) Find records that haveCOMMENT IN (values)asynchronouslyETeamDao.findManyByComment(Collection<String> values, int limit) Find records that haveCOMMENT IN (values)asynchronously limited by the given limitETeamDao.findManyByCreatedAt(Collection<LocalDateTime> values) Find records that haveCREATED_AT IN (values)asynchronouslyETeamDao.findManyByCreatedAt(Collection<LocalDateTime> values, int limit) Find records that haveCREATED_AT IN (values)asynchronously limited by the given limitETeamDao.findManyByCreatedBy(Collection<String> values) Find records that haveCREATED_BY IN (values)asynchronouslyETeamDao.findManyByCreatedBy(Collection<String> values, int limit) Find records that haveCREATED_BY IN (values)asynchronously limited by the given limitETeamDao.findManyByDeptId(Collection<String> values) Find records that haveDEPT_ID IN (values)asynchronouslyETeamDao.findManyByDeptId(Collection<String> values, int limit) Find records that haveDEPT_ID IN (values)asynchronously limited by the given limitETeamDao.findManyByLanguage(Collection<String> values) Find records that haveLANGUAGE IN (values)asynchronouslyETeamDao.findManyByLanguage(Collection<String> values, int limit) Find records that haveLANGUAGE IN (values)asynchronously limited by the given limitETeamDao.findManyByLeaderId(Collection<String> values) Find records that haveLEADER_ID IN (values)asynchronouslyETeamDao.findManyByLeaderId(Collection<String> values, int limit) Find records that haveLEADER_ID IN (values)asynchronously limited by the given limitETeamDao.findManyByLeaderName(Collection<String> values) Find records that haveLEADER_NAME IN (values)asynchronouslyETeamDao.findManyByLeaderName(Collection<String> values, int limit) Find records that haveLEADER_NAME IN (values)asynchronously limited by the given limitETeamDao.findManyByMetadata(Collection<String> values) Find records that haveMETADATA IN (values)asynchronouslyETeamDao.findManyByMetadata(Collection<String> values, int limit) Find records that haveMETADATA IN (values)asynchronously limited by the given limitETeamDao.findManyByName(Collection<String> values) Find records that haveNAME IN (values)asynchronouslyETeamDao.findManyByName(Collection<String> values, int limit) Find records that haveNAME IN (values)asynchronously limited by the given limitETeamDao.findManyBySigma(Collection<String> values) Find records that haveSIGMA IN (values)asynchronouslyETeamDao.findManyBySigma(Collection<String> values, int limit) Find records that haveSIGMA IN (values)asynchronously limited by the given limitETeamDao.findManyByTeamId(Collection<String> values) Find records that haveTEAM_ID IN (values)asynchronouslyETeamDao.findManyByTeamId(Collection<String> values, int limit) Find records that haveTEAM_ID IN (values)asynchronously limited by the given limitETeamDao.findManyByUpdatedAt(Collection<LocalDateTime> values) Find records that haveUPDATED_AT IN (values)asynchronouslyETeamDao.findManyByUpdatedAt(Collection<LocalDateTime> values, int limit) Find records that haveUPDATED_AT IN (values)asynchronously limited by the given limitETeamDao.findManyByUpdatedBy(Collection<String> values) Find records that haveUPDATED_BY IN (values)asynchronouslyETeamDao.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<ETeamRecord,ETeam, String> ETeamDao.queryExecutor()Methods in cn.vertxup.erp.domain.tables.daos with parameters of type ETeam -
Uses of ETeam in cn.vertxup.erp.domain.tables.pojos
Methods in cn.vertxup.erp.domain.tables.pojos that return ETeamModifier and TypeMethodDescriptionSetter forDB_ETERNAL.E_TEAM.ACTIVE.ETeam.setBindComponent(String bindComponent) Setter forDB_ETERNAL.E_TEAM.BIND_COMPONENT.ETeam.setBindConfig(String bindConfig) Setter forDB_ETERNAL.E_TEAM.BIND_CONFIG.Setter forDB_ETERNAL.E_TEAM.BIND_ID.Setter forDB_ETERNAL.E_TEAM.CODE.ETeam.setComment(String comment) Setter forDB_ETERNAL.E_TEAM.COMMENT.ETeam.setCreatedAt(LocalDateTime createdAt) Setter forDB_ETERNAL.E_TEAM.CREATED_AT.ETeam.setCreatedBy(String createdBy) Setter forDB_ETERNAL.E_TEAM.CREATED_BY.Setter forDB_ETERNAL.E_TEAM.DEPT_ID.Setter forDB_ETERNAL.E_TEAM.KEY.ETeam.setLanguage(String language) Setter forDB_ETERNAL.E_TEAM.LANGUAGE.ETeam.setLeaderId(String leaderId) Setter forDB_ETERNAL.E_TEAM.LEADER_ID.ETeam.setLeaderName(String leaderName) Setter forDB_ETERNAL.E_TEAM.LEADER_NAME.ETeam.setMetadata(String metadata) Setter forDB_ETERNAL.E_TEAM.METADATA.Setter forDB_ETERNAL.E_TEAM.NAME.Setter forDB_ETERNAL.E_TEAM.SIGMA.Setter forDB_ETERNAL.E_TEAM.TEAM_ID.ETeam.setUpdatedAt(LocalDateTime updatedAt) Setter forDB_ETERNAL.E_TEAM.UPDATED_AT.ETeam.setUpdatedBy(String updatedBy) Setter forDB_ETERNAL.E_TEAM.UPDATED_BY. -
Uses of ETeam in cn.vertxup.erp.domain.tables.records
Constructors in cn.vertxup.erp.domain.tables.records with parameters of type ETeamModifierConstructorDescriptionETeamRecord(ETeam value) Create a detached, initialised ETeamRecord