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

@Repository public class RUserRoleDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RUserRoleRecord,RUserRolePO,Integer>
用户的角色
  • 构造器详细资料

    • RUserRoleDao

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

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

    • getId

      public Integer getId(RUserRolePO object)
    • fetchRangeOfPk

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

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

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

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

      public List<RUserRolePO> fetchRangeOfUserId(String lowerInclusive, String upperInclusive)
      Fetch records that have user_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByUserId

      public List<RUserRolePO> fetchByUserId(String... values)
      Fetch records that have user_id IN (values)
    • fetchRangeOfRoleId

      public List<RUserRolePO> fetchRangeOfRoleId(String lowerInclusive, String upperInclusive)
      Fetch records that have role_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByRoleId

      public List<RUserRolePO> fetchByRoleId(String... values)
      Fetch records that have role_id IN (values)
    • fetchRangeOfCreatedBy

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

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

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

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

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

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

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

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

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

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

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

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

      public RUserRole getTableObject()
    • t

      public RUserRole t()