Uses of Interface
org.trustdeck.jooq.generated.tables.interfaces.IAlgorithm
Packages that use IAlgorithm
Package
Description
-
Uses of IAlgorithm in org.trustdeck.jooq.generated.tables.interfaces
Methods in org.trustdeck.jooq.generated.tables.interfaces with type parameters of type IAlgorithmModifier and TypeMethodDescription<E extends IAlgorithm>
EIAlgorithm.into(E into) Copy data into another generated Record/POJO implementing the common interface IAlgorithmMethods in org.trustdeck.jooq.generated.tables.interfaces that return IAlgorithmModifier and TypeMethodDescriptionIAlgorithm.setAddcheckdigit(Boolean value) Setter forpublic.algorithm.addcheckdigit.IAlgorithm.setAlphabet(String value) Setter forpublic.algorithm.alphabet.IAlgorithm.setConsecutivevaluecounter(Long value) Setter forpublic.algorithm.consecutivevaluecounter.Setter forpublic.algorithm.id.IAlgorithm.setLengthincludescheckdigit(Boolean value) Setter forpublic.algorithm.lengthincludescheckdigit.Setter forpublic.algorithm.name.IAlgorithm.setPaddingcharacter(String value) Setter forpublic.algorithm.paddingcharacter.IAlgorithm.setPseudonymlength(Integer value) Setter forpublic.algorithm.pseudonymlength.IAlgorithm.setRandomalgorithmdesiredsize(Long value) Setter forpublic.algorithm.randomalgorithmdesiredsize.IAlgorithm.setRandomalgorithmdesiredsuccessprobability(Double value) Setter forpublic.algorithm.randomalgorithmdesiredsuccessprobability.Setter forpublic.algorithm.salt.IAlgorithm.setSaltlength(Integer value) Setter forpublic.algorithm.saltlength.Methods in org.trustdeck.jooq.generated.tables.interfaces with parameters of type IAlgorithmModifier and TypeMethodDescriptionvoidIAlgorithm.from(IAlgorithm from) Load data from another generated Record/POJO implementing the common interface IAlgorithm -
Uses of IAlgorithm in org.trustdeck.jooq.generated.tables.pojos
Classes in org.trustdeck.jooq.generated.tables.pojos that implement IAlgorithmMethods in org.trustdeck.jooq.generated.tables.pojos with type parameters of type IAlgorithmMethods in org.trustdeck.jooq.generated.tables.pojos with parameters of type IAlgorithmConstructors in org.trustdeck.jooq.generated.tables.pojos with parameters of type IAlgorithm -
Uses of IAlgorithm in org.trustdeck.jooq.generated.tables.records
Classes in org.trustdeck.jooq.generated.tables.records that implement IAlgorithmMethods in org.trustdeck.jooq.generated.tables.records with type parameters of type IAlgorithmMethods in org.trustdeck.jooq.generated.tables.records with parameters of type IAlgorithm