java.lang.Object
org.jooq.impl.DAOImpl<R,P,T>
xyz.raylab.jooq.dao.DAOPlusImpl<RDepartmentRecord,RDepartmentPO,Integer>
xyz.raylab.organization.infrastructure.persistent.tables.daos.RDepartmentDao
所有已实现的接口:
org.jooq.DAO<RDepartmentRecord,RDepartmentPO,Integer>, xyz.raylab.jooq.dao.DAOPlus<RDepartmentRecord,RDepartmentPO,Integer>

@Repository public class RDepartmentDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RDepartmentRecord,RDepartmentPO,Integer>
部门
  • 构造器详细资料

    • RDepartmentDao

      public RDepartmentDao()
      Create a new RDepartmentDao without any configuration
    • RDepartmentDao

      @Autowired public RDepartmentDao(org.jooq.Configuration configuration)
      Create a new RDepartmentDao with an attached configuration
  • 方法详细资料

    • getId

      public Integer getId(RDepartmentPO object)
    • fetchRangeOfPk

      public List<RDepartmentPO> fetchRangeOfPk(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have pk BETWEEN lowerInclusive AND upperInclusive
    • fetchByPk

      public List<RDepartmentPO> fetchByPk(Integer... values)
      Fetch records that have pk IN (values)
    • fetchOneByPk

      public RDepartmentPO fetchOneByPk(Integer value)
      Fetch a unique record that has pk = value
    • fetchOptionalByPk

      public Optional<RDepartmentPO> fetchOptionalByPk(Integer value)
      Fetch a unique record that has pk = value
    • fetchRangeOfId

      public List<RDepartmentPO> fetchRangeOfId(String lowerInclusive, String upperInclusive)
      Fetch records that have id BETWEEN lowerInclusive AND upperInclusive
    • fetchById

      public List<RDepartmentPO> fetchById(String... values)
      Fetch records that have id IN (values)
    • fetchOneById

      public RDepartmentPO fetchOneById(String value)
      Fetch a unique record that has id = value
    • fetchOptionalById

      public Optional<RDepartmentPO> fetchOptionalById(String value)
      Fetch a unique record that has id = value
    • fetchRangeOfName

      public List<RDepartmentPO> fetchRangeOfName(String lowerInclusive, String upperInclusive)
      Fetch records that have name BETWEEN lowerInclusive AND upperInclusive
    • fetchByName

      public List<RDepartmentPO> fetchByName(String... values)
      Fetch records that have name IN (values)
    • fetchRangeOfCode

      public List<RDepartmentPO> fetchRangeOfCode(String lowerInclusive, String upperInclusive)
      Fetch records that have code BETWEEN lowerInclusive AND upperInclusive
    • fetchByCode

      public List<RDepartmentPO> fetchByCode(String... values)
      Fetch records that have code IN (values)
    • fetchRangeOfEnabled

      public List<RDepartmentPO> fetchRangeOfEnabled(String lowerInclusive, String upperInclusive)
      Fetch records that have enabled BETWEEN lowerInclusive AND upperInclusive
    • fetchByEnabled

      public List<RDepartmentPO> fetchByEnabled(String... values)
      Fetch records that have enabled IN (values)
    • fetchRangeOfSortNumber

      public List<RDepartmentPO> fetchRangeOfSortNumber(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have sort_number BETWEEN lowerInclusive AND upperInclusive
    • fetchBySortNumber

      public List<RDepartmentPO> fetchBySortNumber(Integer... values)
      Fetch records that have sort_number IN (values)
    • fetchRangeOfParentId

      public List<RDepartmentPO> fetchRangeOfParentId(String lowerInclusive, String upperInclusive)
      Fetch records that have parent_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByParentId

      public List<RDepartmentPO> fetchByParentId(String... values)
      Fetch records that have parent_id IN (values)
    • fetchRangeOfCreatedBy

      public List<RDepartmentPO> fetchRangeOfCreatedBy(String lowerInclusive, String upperInclusive)
      Fetch records that have created_by BETWEEN lowerInclusive AND upperInclusive
    • fetchByCreatedBy

      public List<RDepartmentPO> fetchByCreatedBy(String... values)
      Fetch records that have created_by IN (values)
    • fetchRangeOfCreatedTime

      public List<RDepartmentPO> fetchRangeOfCreatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
      Fetch records that have created_time BETWEEN lowerInclusive AND upperInclusive
    • fetchByCreatedTime

      public List<RDepartmentPO> fetchByCreatedTime(LocalDateTime... values)
      Fetch records that have created_time IN (values)
    • fetchRangeOfUpdatedBy

      public List<RDepartmentPO> fetchRangeOfUpdatedBy(String lowerInclusive, String upperInclusive)
      Fetch records that have updated_by BETWEEN lowerInclusive AND upperInclusive
    • fetchByUpdatedBy

      public List<RDepartmentPO> fetchByUpdatedBy(String... values)
      Fetch records that have updated_by IN (values)
    • fetchRangeOfUpdatedTime

      public List<RDepartmentPO> fetchRangeOfUpdatedTime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
      Fetch records that have updated_time BETWEEN lowerInclusive AND upperInclusive
    • fetchByUpdatedTime

      public List<RDepartmentPO> fetchByUpdatedTime(LocalDateTime... values)
      Fetch records that have updated_time IN (values)
    • fetchRangeOfRevision

      public List<RDepartmentPO> fetchRangeOfRevision(String lowerInclusive, String upperInclusive)
      Fetch records that have revision BETWEEN lowerInclusive AND upperInclusive
    • fetchByRevision

      public List<RDepartmentPO> fetchByRevision(String... values)
      Fetch records that have revision IN (values)
    • fetchRangeOfTenantId

      public List<RDepartmentPO> fetchRangeOfTenantId(String lowerInclusive, String upperInclusive)
      Fetch records that have tenant_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByTenantId

      public List<RDepartmentPO> fetchByTenantId(String... values)
      Fetch records that have tenant_id IN (values)
    • getTableObject

      public RDepartment getTableObject()
    • t

      public RDepartment t()