Class AuditeventDao

java.lang.Object
org.jooq.impl.DAOImpl<AuditeventRecord,Auditevent,Long>
org.trustdeck.jooq.generated.tables.daos.AuditeventDao
All Implemented Interfaces:
org.jooq.DAO<AuditeventRecord,Auditevent,Long>

public class AuditeventDao extends org.jooq.impl.DAOImpl<AuditeventRecord,Auditevent,Long>
This class is generated by jOOQ.
  • Constructor Details

    • AuditeventDao

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

      public AuditeventDao(org.jooq.Configuration configuration)
      Create a new AuditeventDao with an attached configuration
  • Method Details

    • getId

      public Long getId(Auditevent object)
    • fetchRangeOfId

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

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

      public Auditevent fetchOneById(Long value)
      Fetch a unique record that has id = value
    • fetchOptionalById

      public Optional<Auditevent> fetchOptionalById(Long value)
      Fetch a unique record that has id = value
    • fetchRangeOfRequesttime

      public List<Auditevent> fetchRangeOfRequesttime(LocalDateTime lowerInclusive, LocalDateTime upperInclusive)
      Fetch records that have requesttime BETWEEN lowerInclusive AND upperInclusive
    • fetchByRequesttime

      public List<Auditevent> fetchByRequesttime(LocalDateTime... values)
      Fetch records that have requesttime IN (values)
    • fetchRangeOfUsername

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

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

      public List<Auditevent> fetchRangeOfRequesterip(String lowerInclusive, String upperInclusive)
      Fetch records that have requesterip BETWEEN lowerInclusive AND upperInclusive
    • fetchByRequesterip

      public List<Auditevent> fetchByRequesterip(String... values)
      Fetch records that have requesterip IN (values)
    • fetchRangeOfRequesturl

      public List<Auditevent> fetchRangeOfRequesturl(String lowerInclusive, String upperInclusive)
      Fetch records that have requesturl BETWEEN lowerInclusive AND upperInclusive
    • fetchByRequesturl

      public List<Auditevent> fetchByRequesturl(String... values)
      Fetch records that have requesturl IN (values)
    • fetchRangeOfRequestbody

      public List<Auditevent> fetchRangeOfRequestbody(String lowerInclusive, String upperInclusive)
      Fetch records that have requestbody BETWEEN lowerInclusive AND upperInclusive
    • fetchByRequestbody

      public List<Auditevent> fetchByRequestbody(String... values)
      Fetch records that have requestbody IN (values)