Class AlgorithmDao

java.lang.Object
org.jooq.impl.DAOImpl<AlgorithmRecord,Algorithm,Integer>
org.trustdeck.jooq.generated.tables.daos.AlgorithmDao
All Implemented Interfaces:
org.jooq.DAO<AlgorithmRecord,Algorithm,Integer>

public class AlgorithmDao extends org.jooq.impl.DAOImpl<AlgorithmRecord,Algorithm,Integer>
This class is generated by jOOQ.
  • Constructor Details

    • AlgorithmDao

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

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

    • getId

      public Integer getId(Algorithm object)
    • fetchRangeOfId

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

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

      public Algorithm fetchOneById(Integer value)
      Fetch a unique record that has id = value
    • fetchOptionalById

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

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

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

      public List<Algorithm> fetchRangeOfAlphabet(String lowerInclusive, String upperInclusive)
      Fetch records that have alphabet BETWEEN lowerInclusive AND upperInclusive
    • fetchByAlphabet

      public List<Algorithm> fetchByAlphabet(String... values)
      Fetch records that have alphabet IN (values)
    • fetchRangeOfRandomalgorithmdesiredsize

      public List<Algorithm> fetchRangeOfRandomalgorithmdesiredsize(Long lowerInclusive, Long upperInclusive)
      Fetch records that have randomalgorithmdesiredsize BETWEEN lowerInclusive AND upperInclusive
    • fetchByRandomalgorithmdesiredsize

      public List<Algorithm> fetchByRandomalgorithmdesiredsize(Long... values)
      Fetch records that have randomalgorithmdesiredsize IN (values)
    • fetchRangeOfRandomalgorithmdesiredsuccessprobability

      public List<Algorithm> fetchRangeOfRandomalgorithmdesiredsuccessprobability(Double lowerInclusive, Double upperInclusive)
      Fetch records that have randomalgorithmdesiredsuccessprobability BETWEEN lowerInclusive AND upperInclusive
    • fetchByRandomalgorithmdesiredsuccessprobability

      public List<Algorithm> fetchByRandomalgorithmdesiredsuccessprobability(Double... values)
      Fetch records that have randomalgorithmdesiredsuccessprobability IN (values)
    • fetchRangeOfConsecutivevaluecounter

      public List<Algorithm> fetchRangeOfConsecutivevaluecounter(Long lowerInclusive, Long upperInclusive)
      Fetch records that have consecutivevaluecounter BETWEEN lowerInclusive AND upperInclusive
    • fetchByConsecutivevaluecounter

      public List<Algorithm> fetchByConsecutivevaluecounter(Long... values)
      Fetch records that have consecutivevaluecounter IN (values)
    • fetchRangeOfPseudonymlength

      public List<Algorithm> fetchRangeOfPseudonymlength(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have pseudonymlength BETWEEN lowerInclusive AND upperInclusive
    • fetchByPseudonymlength

      public List<Algorithm> fetchByPseudonymlength(Integer... values)
      Fetch records that have pseudonymlength IN (values)
    • fetchRangeOfPaddingcharacter

      public List<Algorithm> fetchRangeOfPaddingcharacter(String lowerInclusive, String upperInclusive)
      Fetch records that have paddingcharacter BETWEEN lowerInclusive AND upperInclusive
    • fetchByPaddingcharacter

      public List<Algorithm> fetchByPaddingcharacter(String... values)
      Fetch records that have paddingcharacter IN (values)
    • fetchRangeOfAddcheckdigit

      public List<Algorithm> fetchRangeOfAddcheckdigit(Boolean lowerInclusive, Boolean upperInclusive)
      Fetch records that have addcheckdigit BETWEEN lowerInclusive AND upperInclusive
    • fetchByAddcheckdigit

      public List<Algorithm> fetchByAddcheckdigit(Boolean... values)
      Fetch records that have addcheckdigit IN (values)
    • fetchRangeOfLengthincludescheckdigit

      public List<Algorithm> fetchRangeOfLengthincludescheckdigit(Boolean lowerInclusive, Boolean upperInclusive)
      Fetch records that have lengthincludescheckdigit BETWEEN lowerInclusive AND upperInclusive
    • fetchByLengthincludescheckdigit

      public List<Algorithm> fetchByLengthincludescheckdigit(Boolean... values)
      Fetch records that have lengthincludescheckdigit IN (values)
    • fetchRangeOfSalt

      public List<Algorithm> fetchRangeOfSalt(String lowerInclusive, String upperInclusive)
      Fetch records that have salt BETWEEN lowerInclusive AND upperInclusive
    • fetchBySalt

      public List<Algorithm> fetchBySalt(String... values)
      Fetch records that have salt IN (values)
    • fetchRangeOfSaltlength

      public List<Algorithm> fetchRangeOfSaltlength(Integer lowerInclusive, Integer upperInclusive)
      Fetch records that have saltlength BETWEEN lowerInclusive AND upperInclusive
    • fetchBySaltlength

      public List<Algorithm> fetchBySaltlength(Integer... values)
      Fetch records that have saltlength IN (values)