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

@Repository public class RDictionaryDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RDictionaryRecord,RDictionaryPO,Integer>
字典
  • 构造器详细资料

    • RDictionaryDao

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

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

    • getId

      public Integer getId(RDictionaryPO object)
    • fetchRangeOfPk

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public List<RDictionaryPO> fetchRangeOfLinkedDictionaryId(String lowerInclusive, String upperInclusive)
      Fetch records that have linked_dictionary_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByLinkedDictionaryId

      public List<RDictionaryPO> fetchByLinkedDictionaryId(String... values)
      Fetch records that have linked_dictionary_id IN (values)
    • fetchRangeOfCreatedBy

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

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

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

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

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

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

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

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

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

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

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

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

      public RDictionary getTableObject()
    • t

      public RDictionary t()