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>
This class is generated by jOOQ.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new AlgorithmDao without any configurationAlgorithmDao(org.jooq.Configuration configuration) Create a new AlgorithmDao with an attached configuration -
Method Summary
Modifier and TypeMethodDescriptionfetchByAddcheckdigit(Boolean... values) Fetch records that haveaddcheckdigit IN (values)fetchByAlphabet(String... values) Fetch records that havealphabet IN (values)fetchByConsecutivevaluecounter(Long... values) Fetch records that haveconsecutivevaluecounter IN (values)Fetch records that haveid IN (values)fetchByLengthincludescheckdigit(Boolean... values) Fetch records that havelengthincludescheckdigit IN (values)fetchByName(String... values) Fetch records that havename IN (values)fetchByPaddingcharacter(String... values) Fetch records that havepaddingcharacter IN (values)fetchByPseudonymlength(Integer... values) Fetch records that havepseudonymlength IN (values)fetchByRandomalgorithmdesiredsize(Long... values) Fetch records that haverandomalgorithmdesiredsize IN (values)Fetch records that haverandomalgorithmdesiredsuccessprobability IN (values)fetchBySalt(String... values) Fetch records that havesalt IN (values)fetchBySaltlength(Integer... values) Fetch records that havesaltlength IN (values)fetchOneById(Integer value) Fetch a unique record that hasid = valuefetchOptionalById(Integer value) Fetch a unique record that hasid = valuefetchRangeOfAddcheckdigit(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that haveaddcheckdigit BETWEEN lowerInclusive AND upperInclusivefetchRangeOfAlphabet(String lowerInclusive, String upperInclusive) Fetch records that havealphabet BETWEEN lowerInclusive AND upperInclusivefetchRangeOfConsecutivevaluecounter(Long lowerInclusive, Long upperInclusive) Fetch records that haveconsecutivevaluecounter BETWEEN lowerInclusive AND upperInclusivefetchRangeOfId(Integer lowerInclusive, Integer upperInclusive) Fetch records that haveid BETWEEN lowerInclusive AND upperInclusivefetchRangeOfLengthincludescheckdigit(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havelengthincludescheckdigit BETWEEN lowerInclusive AND upperInclusivefetchRangeOfName(String lowerInclusive, String upperInclusive) Fetch records that havename BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPaddingcharacter(String lowerInclusive, String upperInclusive) Fetch records that havepaddingcharacter BETWEEN lowerInclusive AND upperInclusivefetchRangeOfPseudonymlength(Integer lowerInclusive, Integer upperInclusive) Fetch records that havepseudonymlength BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRandomalgorithmdesiredsize(Long lowerInclusive, Long upperInclusive) Fetch records that haverandomalgorithmdesiredsize BETWEEN lowerInclusive AND upperInclusivefetchRangeOfRandomalgorithmdesiredsuccessprobability(Double lowerInclusive, Double upperInclusive) Fetch records that haverandomalgorithmdesiredsuccessprobability BETWEEN lowerInclusive AND upperInclusivefetchRangeOfSalt(String lowerInclusive, String upperInclusive) Fetch records that havesalt BETWEEN lowerInclusive AND upperInclusivefetchRangeOfSaltlength(Integer lowerInclusive, Integer upperInclusive) Fetch records that havesaltlength BETWEEN lowerInclusive AND upperInclusiveMethods inherited from class org.jooq.impl.DAOImpl
compositeKeyRecord, configuration, count, ctx, delete, delete, delete, deleteById, deleteById, deleteById, dialect, exists, existsById, family, fetch, fetch, fetchOne, fetchOptional, fetchRange, findAll, findById, findOptionalById, getTable, getType, insert, insert, insert, mapper, merge, merge, merge, setConfiguration, settings, update, update, update
-
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
-
fetchRangeOfId
Fetch records that haveid BETWEEN lowerInclusive AND upperInclusive -
fetchById
Fetch records that haveid IN (values) -
fetchOneById
Fetch a unique record that hasid = value -
fetchOptionalById
Fetch a unique record that hasid = value -
fetchRangeOfName
Fetch records that havename BETWEEN lowerInclusive AND upperInclusive -
fetchByName
Fetch records that havename IN (values) -
fetchRangeOfAlphabet
Fetch records that havealphabet BETWEEN lowerInclusive AND upperInclusive -
fetchByAlphabet
Fetch records that havealphabet IN (values) -
fetchRangeOfRandomalgorithmdesiredsize
public List<Algorithm> fetchRangeOfRandomalgorithmdesiredsize(Long lowerInclusive, Long upperInclusive) Fetch records that haverandomalgorithmdesiredsize BETWEEN lowerInclusive AND upperInclusive -
fetchByRandomalgorithmdesiredsize
Fetch records that haverandomalgorithmdesiredsize IN (values) -
fetchRangeOfRandomalgorithmdesiredsuccessprobability
public List<Algorithm> fetchRangeOfRandomalgorithmdesiredsuccessprobability(Double lowerInclusive, Double upperInclusive) Fetch records that haverandomalgorithmdesiredsuccessprobability BETWEEN lowerInclusive AND upperInclusive -
fetchByRandomalgorithmdesiredsuccessprobability
Fetch records that haverandomalgorithmdesiredsuccessprobability IN (values) -
fetchRangeOfConsecutivevaluecounter
public List<Algorithm> fetchRangeOfConsecutivevaluecounter(Long lowerInclusive, Long upperInclusive) Fetch records that haveconsecutivevaluecounter BETWEEN lowerInclusive AND upperInclusive -
fetchByConsecutivevaluecounter
Fetch records that haveconsecutivevaluecounter IN (values) -
fetchRangeOfPseudonymlength
Fetch records that havepseudonymlength BETWEEN lowerInclusive AND upperInclusive -
fetchByPseudonymlength
Fetch records that havepseudonymlength IN (values) -
fetchRangeOfPaddingcharacter
Fetch records that havepaddingcharacter BETWEEN lowerInclusive AND upperInclusive -
fetchByPaddingcharacter
Fetch records that havepaddingcharacter IN (values) -
fetchRangeOfAddcheckdigit
Fetch records that haveaddcheckdigit BETWEEN lowerInclusive AND upperInclusive -
fetchByAddcheckdigit
Fetch records that haveaddcheckdigit IN (values) -
fetchRangeOfLengthincludescheckdigit
public List<Algorithm> fetchRangeOfLengthincludescheckdigit(Boolean lowerInclusive, Boolean upperInclusive) Fetch records that havelengthincludescheckdigit BETWEEN lowerInclusive AND upperInclusive -
fetchByLengthincludescheckdigit
Fetch records that havelengthincludescheckdigit IN (values) -
fetchRangeOfSalt
Fetch records that havesalt BETWEEN lowerInclusive AND upperInclusive -
fetchBySalt
Fetch records that havesalt IN (values) -
fetchRangeOfSaltlength
Fetch records that havesaltlength BETWEEN lowerInclusive AND upperInclusive -
fetchBySaltlength
Fetch records that havesaltlength IN (values)
-