Uses of Class
com.echothree.model.jooq.server.records.party.Profiles
Packages that use Profiles
Package
Description
-
Uses of Profiles in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type ProfilesModifier and TypeFieldDescriptionPartyForeignKeys.PROFILES_BIO_MIME_TYPE_FKstatic final org.jooq.ForeignKey<Profiles, BirthdayFormats> PartyForeignKeys.PROFILES_BIRTHDAY_FORMAT_FKPartyForeignKeys.PROFILES_GENDER_FKPartyForeignKeys.PROFILES_ICON_FKstatic final org.jooq.UniqueKey<Profiles> PartyUniqueKeys.PROFILES_NICKNAME_AND_THRU_TIME_UKstatic final org.jooq.UniqueKey<Profiles> PartyUniqueKeys.PROFILES_PARTY_AND_THRU_TIME_UKPartyForeignKeys.PROFILES_PARTY_FKstatic final org.jooq.UniqueKey<Profiles> PartyUniqueKeys.PROFILES_PKPartyForeignKeys.PROFILES_SIGNATURE_MIME_TYPE_FK -
Uses of Profiles in com.echothree.model.jooq.server.tables.party
Fields in com.echothree.model.jooq.server.tables.party with type parameters of type ProfilesModifier and TypeFieldDescriptionProfiles.BIOThe columnprofiles.prfl_bio.final org.jooq.TableField<Profiles, MimeTypePK> Profiles.BIO_MIME_TYPEThe columnprofiles.prfl_biomimetypeid.Profiles.BIRTHDAYThe columnprofiles.prfl_birthday.final org.jooq.TableField<Profiles, BirthdayFormatPK> Profiles.BIRTHDAY_FORMATThe columnprofiles.prfl_bdyf_birthdayformatid.Profiles.FROM_TIMEThe columnprofiles.prfl_fromtime.Profiles.GENDERThe columnprofiles.prfl_gndr_genderid.Profiles.HOBBIESThe columnprofiles.prfl_hobbies.Profiles.ICONThe columnprofiles.prfl_icn_iconid.Profiles.LOCATIONThe columnprofiles.prfl_location.Profiles.NICKNAMEThe columnprofiles.prfl_nickname.Profiles.OCCUPATIONThe columnprofiles.prfl_occupation.Profiles.PARTYThe columnprofiles.prfl_par_partyid.Profiles.PROFILEThe columnprofiles.prfl_profileid.Profiles.PRONOUNSThe columnprofiles.prfl_pronouns.Profiles.PRONUNCIATIONThe columnprofiles.prfl_pronunciation.Profiles.SIGNATUREThe columnprofiles.prfl_signature.final org.jooq.TableField<Profiles, MimeTypePK> Profiles.SIGNATURE_MIME_TYPEThe columnprofiles.prfl_signaturemimetypeid.Profiles.THRU_TIMEThe columnprofiles.prfl_thrutime.Methods in com.echothree.model.jooq.server.tables.party that return types with arguments of type ProfilesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Profiles> Profiles.getPrimaryKey()Profiles.getRecordType()The class holding records for this typeProfiles.getReferences()Profiles.getUniqueKeys()