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

@Repository public class RSystemMenuDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RSystemMenuRecord,RSystemMenuPO,Integer>
系统菜单
  • 构造器详细资料

    • RSystemMenuDao

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

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

    • getId

      public Integer getId(RSystemMenuPO object)
    • fetchRangeOfPk

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

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

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

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

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

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

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

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

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

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

      public List<RSystemMenuPO> fetchRangeOfType(String lowerInclusive, String upperInclusive)
      Fetch records that have type BETWEEN lowerInclusive AND upperInclusive
    • fetchByType

      public List<RSystemMenuPO> fetchByType(String... values)
      Fetch records that have type IN (values)
    • fetchRangeOfIcon

      public List<RSystemMenuPO> fetchRangeOfIcon(String lowerInclusive, String upperInclusive)
      Fetch records that have icon BETWEEN lowerInclusive AND upperInclusive
    • fetchByIcon

      public List<RSystemMenuPO> fetchByIcon(String... values)
      Fetch records that have icon IN (values)
    • fetchRangeOfNavigationType

      public List<RSystemMenuPO> fetchRangeOfNavigationType(String lowerInclusive, String upperInclusive)
      Fetch records that have navigation_type BETWEEN lowerInclusive AND upperInclusive
    • fetchByNavigationType

      public List<RSystemMenuPO> fetchByNavigationType(String... values)
      Fetch records that have navigation_type IN (values)
    • fetchRangeOfNavigationAddress

      public List<RSystemMenuPO> fetchRangeOfNavigationAddress(String lowerInclusive, String upperInclusive)
      Fetch records that have navigation_address BETWEEN lowerInclusive AND upperInclusive
    • fetchByNavigationAddress

      public List<RSystemMenuPO> fetchByNavigationAddress(String... values)
      Fetch records that have navigation_address IN (values)
    • fetchRangeOfSortNumber

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

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

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

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

      public List<RSystemMenuPO> fetchRangeOfPcPermissionId(String lowerInclusive, String upperInclusive)
      Fetch records that have pc_permission_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByPcPermissionId

      public List<RSystemMenuPO> fetchByPcPermissionId(String... values)
      Fetch records that have pc_permission_id IN (values)
    • fetchRangeOfPcPermissionName

      public List<RSystemMenuPO> fetchRangeOfPcPermissionName(String lowerInclusive, String upperInclusive)
      Fetch records that have pc_permission_name BETWEEN lowerInclusive AND upperInclusive
    • fetchByPcPermissionName

      public List<RSystemMenuPO> fetchByPcPermissionName(String... values)
      Fetch records that have pc_permission_name IN (values)
    • fetchRangeOfPcPermissionIdCode

      public List<RSystemMenuPO> fetchRangeOfPcPermissionIdCode(String lowerInclusive, String upperInclusive)
      Fetch records that have pc_permission_id_code BETWEEN lowerInclusive AND upperInclusive
    • fetchByPcPermissionIdCode

      public List<RSystemMenuPO> fetchByPcPermissionIdCode(String... values)
      Fetch records that have pc_permission_id_code IN (values)
    • fetchRangeOfParentId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public RSystemMenu getTableObject()
    • t

      public RSystemMenu t()