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

@Repository public class ROperationLogDao extends xyz.raylab.jooq.dao.DAOPlusImpl<ROperationLogRecord,ROperationLogPO,Integer>
操作日志
  • 构造器详细资料

    • ROperationLogDao

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

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

    • getId

      public Integer getId(ROperationLogPO object)
    • fetchRangeOfPk

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

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

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

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

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

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

      public List<ROperationLogPO> fetchRangeOfLoginId(String lowerInclusive, String upperInclusive)
      Fetch records that have login_id BETWEEN lowerInclusive AND upperInclusive
    • fetchByLoginId

      public List<ROperationLogPO> fetchByLoginId(String... values)
      Fetch records that have login_id IN (values)
    • fetchRangeOfUserName

      public List<ROperationLogPO> fetchRangeOfUserName(String lowerInclusive, String upperInclusive)
      Fetch records that have user_name BETWEEN lowerInclusive AND upperInclusive
    • fetchByUserName

      public List<ROperationLogPO> fetchByUserName(String... values)
      Fetch records that have user_name IN (values)
    • fetchRangeOfOperationName

      public List<ROperationLogPO> fetchRangeOfOperationName(String lowerInclusive, String upperInclusive)
      Fetch records that have operation_name BETWEEN lowerInclusive AND upperInclusive
    • fetchByOperationName

      public List<ROperationLogPO> fetchByOperationName(String... values)
      Fetch records that have operation_name IN (values)
    • fetchRangeOfRequestUri

      public List<ROperationLogPO> fetchRangeOfRequestUri(String lowerInclusive, String upperInclusive)
      Fetch records that have request_uri BETWEEN lowerInclusive AND upperInclusive
    • fetchByRequestUri

      public List<ROperationLogPO> fetchByRequestUri(String... values)
      Fetch records that have request_uri IN (values)
    • fetchRangeOfRemoteIp

      public List<ROperationLogPO> fetchRangeOfRemoteIp(String lowerInclusive, String upperInclusive)
      Fetch records that have remote_ip BETWEEN lowerInclusive AND upperInclusive
    • fetchByRemoteIp

      public List<ROperationLogPO> fetchByRemoteIp(String... values)
      Fetch records that have remote_ip IN (values)
    • fetchRangeOfUserAgent

      public List<ROperationLogPO> fetchRangeOfUserAgent(String lowerInclusive, String upperInclusive)
      Fetch records that have user_agent BETWEEN lowerInclusive AND upperInclusive
    • fetchByUserAgent

      public List<ROperationLogPO> fetchByUserAgent(String... values)
      Fetch records that have user_agent IN (values)
    • fetchRangeOfCreatedBy

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

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

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

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

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

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

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

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

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

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

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

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

      public ROperationLog getTableObject()
    • t

      public ROperationLog t()