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

@Repository public class RUserDao extends xyz.raylab.jooq.dao.DAOPlusImpl<RUserRecord,RUserPO,Integer>
用户
  • 构造器详细资料

    • RUserDao

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

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

    • getId

      public Integer getId(RUserPO object)
    • fetchRangeOfPk

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

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

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

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

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

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

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

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

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

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

      public List<RUserPO> fetchRangeOfGender(String lowerInclusive, String upperInclusive)
      Fetch records that have gender BETWEEN lowerInclusive AND upperInclusive
    • fetchByGender

      public List<RUserPO> fetchByGender(String... values)
      Fetch records that have gender IN (values)
    • fetchRangeOfUsername

      public List<RUserPO> fetchRangeOfUsername(String lowerInclusive, String upperInclusive)
      Fetch records that have username BETWEEN lowerInclusive AND upperInclusive
    • fetchByUsername

      public List<RUserPO> fetchByUsername(String... values)
      Fetch records that have username IN (values)
    • fetchRangeOfPassword

      public List<RUserPO> fetchRangeOfPassword(String lowerInclusive, String upperInclusive)
      Fetch records that have password BETWEEN lowerInclusive AND upperInclusive
    • fetchByPassword

      public List<RUserPO> fetchByPassword(String... values)
      Fetch records that have password IN (values)
    • fetchRangeOfCellphoneNumber

      public List<RUserPO> fetchRangeOfCellphoneNumber(String lowerInclusive, String upperInclusive)
      Fetch records that have cellphone_number BETWEEN lowerInclusive AND upperInclusive
    • fetchByCellphoneNumber

      public List<RUserPO> fetchByCellphoneNumber(String... values)
      Fetch records that have cellphone_number IN (values)
    • fetchRangeOfEmail

      public List<RUserPO> fetchRangeOfEmail(String lowerInclusive, String upperInclusive)
      Fetch records that have email BETWEEN lowerInclusive AND upperInclusive
    • fetchByEmail

      public List<RUserPO> fetchByEmail(String... values)
      Fetch records that have email IN (values)
    • fetchRangeOfIdentityCode

      public List<RUserPO> fetchRangeOfIdentityCode(String lowerInclusive, String upperInclusive)
      Fetch records that have identity_code BETWEEN lowerInclusive AND upperInclusive
    • fetchByIdentityCode

      public List<RUserPO> fetchByIdentityCode(String... values)
      Fetch records that have identity_code IN (values)
    • fetchRangeOfEnabled

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public RUser getTableObject()
    • t

      public RUser t()