Uses of Interface
org.trustdeck.jooq.generated.tables.interfaces.IPseudonym
Packages that use IPseudonym
Package
Description
-
Uses of IPseudonym in org.trustdeck.dto
Methods in org.trustdeck.dto with parameters of type IPseudonymModifier and TypeMethodDescriptionPseudonymDTO.assignPojoValues(IPseudonym pojo) Maps all values from jOOQ's Pseudonym object to a PseudonymDTO object. -
Uses of IPseudonym in org.trustdeck.jooq.generated.tables.interfaces
Methods in org.trustdeck.jooq.generated.tables.interfaces with type parameters of type IPseudonymModifier and TypeMethodDescription<E extends IPseudonym>
EIPseudonym.into(E into) Copy data into another generated Record/POJO implementing the common interface IPseudonymMethods in org.trustdeck.jooq.generated.tables.interfaces that return IPseudonymModifier and TypeMethodDescriptionIPseudonym.setDomainid(Integer value) Setter forpublic.pseudonym.domainid.Setter forpublic.pseudonym.id.IPseudonym.setIdentifier(String value) Setter forpublic.pseudonym.identifier.Setter forpublic.pseudonym.idtype.IPseudonym.setPseudonym(String value) Setter forpublic.pseudonym.pseudonym.IPseudonym.setValidfrom(LocalDateTime value) Setter forpublic.pseudonym.validfrom.IPseudonym.setValidfrominherited(Boolean value) Setter forpublic.pseudonym.validfrominherited.IPseudonym.setValidto(LocalDateTime value) Setter forpublic.pseudonym.validto.IPseudonym.setValidtoinherited(Boolean value) Setter forpublic.pseudonym.validtoinherited.Methods in org.trustdeck.jooq.generated.tables.interfaces with parameters of type IPseudonymModifier and TypeMethodDescriptionvoidIPseudonym.from(IPseudonym from) Load data from another generated Record/POJO implementing the common interface IPseudonym -
Uses of IPseudonym in org.trustdeck.jooq.generated.tables.pojos
Classes in org.trustdeck.jooq.generated.tables.pojos that implement IPseudonymMethods in org.trustdeck.jooq.generated.tables.pojos with type parameters of type IPseudonymMethods in org.trustdeck.jooq.generated.tables.pojos with parameters of type IPseudonymConstructors in org.trustdeck.jooq.generated.tables.pojos with parameters of type IPseudonym -
Uses of IPseudonym in org.trustdeck.jooq.generated.tables.records
Classes in org.trustdeck.jooq.generated.tables.records that implement IPseudonymMethods in org.trustdeck.jooq.generated.tables.records with type parameters of type IPseudonymMethods in org.trustdeck.jooq.generated.tables.records with parameters of type IPseudonym