All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.vertxup.erp.domain.tables.daos.EEmployeeDao Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
/*
 * This file is generated by jOOQ.
 */
package cn.vertxup.erp.domain.tables.daos;


import cn.vertxup.erp.domain.tables.EEmployee;
import cn.vertxup.erp.domain.tables.records.EEmployeeRecord;

import io.github.jklingsporn.vertx.jooq.shared.internal.AbstractVertxDAO;

import java.time.LocalDateTime;
import java.util.Collection;

import org.jooq.Configuration;


import java.util.List;
import io.vertx.core.Future;
import io.github.jklingsporn.vertx.jooq.classic.jdbc.JDBCClassicQueryExecutor;
/**
 * This class is generated by jOOQ.
 */
@SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class EEmployeeDao extends AbstractVertxDAO>, Future, Future, Future> implements io.github.jklingsporn.vertx.jooq.classic.VertxDAO {

        /**
     * @param configuration The Configuration used for rendering and query
     * execution.
     *      * @param vertx the vertx instance
     */
        public EEmployeeDao(Configuration configuration, io.vertx.core.Vertx vertx) {
                super(EEmployee.E_EMPLOYEE, cn.vertxup.erp.domain.tables.pojos.EEmployee.class, new JDBCClassicQueryExecutor(configuration,cn.vertxup.erp.domain.tables.pojos.EEmployee.class,vertx));
        }

        @Override
        protected String getId(cn.vertxup.erp.domain.tables.pojos.EEmployee object) {
                return object.getKey();
        }

        /**
     * Find records that have COMPANY_ID IN (values) asynchronously
     */
        public Future> findManyByCompanyId(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.COMPANY_ID.in(values));
        }

        /**
     * Find records that have COMPANY_ID IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByCompanyId(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.COMPANY_ID.in(values),limit);
        }

        /**
     * Find records that have DEPT_ID IN (values) asynchronously
     */
        public Future> findManyByDeptId(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.DEPT_ID.in(values));
        }

        /**
     * Find records that have DEPT_ID IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByDeptId(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.DEPT_ID.in(values),limit);
        }

        /**
     * Find records that have TEAM_ID IN (values) asynchronously
     */
        public Future> findManyByTeamId(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.TEAM_ID.in(values));
        }

        /**
     * Find records that have TEAM_ID IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByTeamId(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.TEAM_ID.in(values),limit);
        }

        /**
     * Find records that have IDENTITY_ID IN (values)
     * asynchronously
     */
        public Future> findManyByIdentityId(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.IDENTITY_ID.in(values));
        }

        /**
     * Find records that have IDENTITY_ID IN (values)
     * asynchronously limited by the given limit
     */
        public Future> findManyByIdentityId(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.IDENTITY_ID.in(values),limit);
        }

        /**
     * Find records that have VICE_NAME IN (values) asynchronously
     */
        public Future> findManyByViceName(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_NAME.in(values));
        }

        /**
     * Find records that have VICE_NAME IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByViceName(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_NAME.in(values),limit);
        }

        /**
     * Find records that have VICE_EMAIL IN (values) asynchronously
     */
        public Future> findManyByViceEmail(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_EMAIL.in(values));
        }

        /**
     * Find records that have VICE_EMAIL IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByViceEmail(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_EMAIL.in(values),limit);
        }

        /**
     * Find records that have VICE_MOBILE IN (values)
     * asynchronously
     */
        public Future> findManyByViceMobile(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_MOBILE.in(values));
        }

        /**
     * Find records that have VICE_MOBILE IN (values)
     * asynchronously limited by the given limit
     */
        public Future> findManyByViceMobile(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.VICE_MOBILE.in(values),limit);
        }

        /**
     * Find records that have WORK_NUMBER IN (values)
     * asynchronously
     */
        public Future> findManyByWorkNumber(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_NUMBER.in(values));
        }

        /**
     * Find records that have WORK_NUMBER IN (values)
     * asynchronously limited by the given limit
     */
        public Future> findManyByWorkNumber(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_NUMBER.in(values),limit);
        }

        /**
     * Find records that have WORK_TITLE IN (values) asynchronously
     */
        public Future> findManyByWorkTitle(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_TITLE.in(values));
        }

        /**
     * Find records that have WORK_TITLE IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByWorkTitle(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_TITLE.in(values),limit);
        }

        /**
     * Find records that have WORK_LOCATION IN (values)
     * asynchronously
     */
        public Future> findManyByWorkLocation(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_LOCATION.in(values));
        }

        /**
     * Find records that have WORK_LOCATION IN (values)
     * asynchronously limited by the given limit
     */
        public Future> findManyByWorkLocation(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_LOCATION.in(values),limit);
        }

        /**
     * Find records that have WORK_PHONE IN (values) asynchronously
     */
        public Future> findManyByWorkPhone(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_PHONE.in(values));
        }

        /**
     * Find records that have WORK_PHONE IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByWorkPhone(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_PHONE.in(values),limit);
        }

        /**
     * Find records that have WORK_EXTENSION IN (values)
     * asynchronously
     */
        public Future> findManyByWorkExtension(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_EXTENSION.in(values));
        }

        /**
     * Find records that have WORK_EXTENSION IN (values)
     * asynchronously limited by the given limit
     */
        public Future> findManyByWorkExtension(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.WORK_EXTENSION.in(values),limit);
        }

        /**
     * Find records that have TYPE IN (values) asynchronously
     */
        public Future> findManyByType(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.TYPE.in(values));
        }

        /**
     * Find records that have TYPE IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByType(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.TYPE.in(values),limit);
        }

        /**
     * Find records that have METADATA IN (values) asynchronously
     */
        public Future> findManyByMetadata(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.METADATA.in(values));
        }

        /**
     * Find records that have METADATA IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByMetadata(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.METADATA.in(values),limit);
        }

        /**
     * Find records that have ACTIVE IN (values) asynchronously
     */
        public Future> findManyByActive(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.ACTIVE.in(values));
        }

        /**
     * Find records that have ACTIVE IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByActive(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.ACTIVE.in(values),limit);
        }

        /**
     * Find records that have SIGMA IN (values) asynchronously
     */
        public Future> findManyBySigma(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.SIGMA.in(values));
        }

        /**
     * Find records that have SIGMA IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyBySigma(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.SIGMA.in(values),limit);
        }

        /**
     * Find records that have LANGUAGE IN (values) asynchronously
     */
        public Future> findManyByLanguage(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.LANGUAGE.in(values));
        }

        /**
     * Find records that have LANGUAGE IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByLanguage(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.LANGUAGE.in(values),limit);
        }

        /**
     * Find records that have CREATED_AT IN (values) asynchronously
     */
        public Future> findManyByCreatedAt(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.CREATED_AT.in(values));
        }

        /**
     * Find records that have CREATED_AT IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByCreatedAt(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.CREATED_AT.in(values),limit);
        }

        /**
     * Find records that have CREATED_BY IN (values) asynchronously
     */
        public Future> findManyByCreatedBy(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.CREATED_BY.in(values));
        }

        /**
     * Find records that have CREATED_BY IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByCreatedBy(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.CREATED_BY.in(values),limit);
        }

        /**
     * Find records that have UPDATED_AT IN (values) asynchronously
     */
        public Future> findManyByUpdatedAt(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.UPDATED_AT.in(values));
        }

        /**
     * Find records that have UPDATED_AT IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByUpdatedAt(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.UPDATED_AT.in(values),limit);
        }

        /**
     * Find records that have UPDATED_BY IN (values) asynchronously
     */
        public Future> findManyByUpdatedBy(Collection values) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.UPDATED_BY.in(values));
        }

        /**
     * Find records that have UPDATED_BY IN (values) asynchronously
     * limited by the given limit
     */
        public Future> findManyByUpdatedBy(Collection values, int limit) {
                return findManyByCondition(EEmployee.E_EMPLOYEE.UPDATED_BY.in(values),limit);
        }

        @Override
        public JDBCClassicQueryExecutor queryExecutor(){
                return (JDBCClassicQueryExecutor) super.queryExecutor();
        }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy