Uses of Class
org.strassburger.subscriptionmanager.jooq.tables.records.ProfilesRecord
Packages that use ProfilesRecord
Package
Description
-
Uses of ProfilesRecord in org.strassburger.subscriptionmanager.jooq
Fields in org.strassburger.subscriptionmanager.jooq with type parameters of type ProfilesRecordModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<ProfilesRecord> static final org.jooq.ForeignKey<SubscriptionsRecord, ProfilesRecord> -
Uses of ProfilesRecord in org.strassburger.subscriptionmanager.jooq.tables
Fields in org.strassburger.subscriptionmanager.jooq.tables with type parameters of type ProfilesRecordModifier and TypeFieldDescriptionfinal org.jooq.TableField<ProfilesRecord, Long> Profiles.CREATED_ATThe columnprofiles.created_at.final org.jooq.TableField<ProfilesRecord, Integer> Profiles.IDThe columnprofiles.id.final org.jooq.TableField<ProfilesRecord, String> Profiles.NAMEThe columnprofiles.name.final org.jooq.TableField<ProfilesRecord, String> Profiles.PINThe columnprofiles.pin.Methods in org.strassburger.subscriptionmanager.jooq.tables that return types with arguments of type ProfilesRecordModifier and TypeMethodDescriptionorg.jooq.Identity<ProfilesRecord, Integer> Profiles.getIdentity()org.jooq.UniqueKey<ProfilesRecord> Profiles.getPrimaryKey()Profiles.getRecordType()The class holding records for this typeConstructor parameters in org.strassburger.subscriptionmanager.jooq.tables with type arguments of type ProfilesRecordModifierConstructorDescriptionProfiles(org.jooq.Table<O> child, org.jooq.ForeignKey<O, ProfilesRecord> key) -
Uses of ProfilesRecord in org.strassburger.subscriptionmanager.jooq.tables.records
Methods in org.strassburger.subscriptionmanager.jooq.tables.records that return ProfilesRecordModifier and TypeMethodDescription