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

@Repository public class RRoleDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RRoleRecord,RRolePO,Integer>
角色
  • 构造器详细资料

    • RRoleDao

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

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

    • getId

      public Integer getId(RRolePO object)
    • fetchRangeOfPk

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public RRole getTableObject()
    • t

      public RRole t()