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

@Repository public class RDictionaryItemDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RDictionaryItemRecord,RDictionaryItemPO,Integer>
字典项
  • 构造器详细资料

    • RDictionaryItemDao

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

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

    • getId

      public Integer getId(RDictionaryItemPO object)
    • fetchRangeOfPk

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

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

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

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

      public List<RDictionaryItemPO> fetchRangeOfDictionaryId(String lowerInclusive, String upperInclusive)
      Fetch records that have dictionary_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByDictionaryId

      public List<RDictionaryItemPO> fetchByDictionaryId(String... values)
      Fetch records that have dictionary_id IN (values)
    • fetchRangeOfId

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

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

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

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

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

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

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

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

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

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

      public List<RDictionaryItemPO> fetchRangeOfLinkedDictionaryItemId(String lowerInclusive, String upperInclusive)
      Fetch records that have linked_dictionary_item_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByLinkedDictionaryItemId

      public List<RDictionaryItemPO> fetchByLinkedDictionaryItemId(String... values)
      Fetch records that have linked_dictionary_item_id IN (values)
    • fetchRangeOfCreatedBy

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

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

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

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

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

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

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

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

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

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

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

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

      public RDictionaryItem getTableObject()
    • t

      public RDictionaryItem t()