Uses of Class
org.strassburger.subscriptionmanager.jooq.tables.Profiles
Packages that use Profiles
Package
Description
-
Uses of Profiles in org.strassburger.subscriptionmanager.jooq
Fields in org.strassburger.subscriptionmanager.jooq declared as Profiles -
Uses of Profiles in org.strassburger.subscriptionmanager.jooq.tables
Fields in org.strassburger.subscriptionmanager.jooq.tables declared as ProfilesModifier and TypeFieldDescriptionstatic final ProfilesProfiles.PROFILESThe reference instance ofprofilesMethods in org.strassburger.subscriptionmanager.jooq.tables that return ProfilesModifier and TypeMethodDescriptionProfiles.as(org.jooq.Name alias) Profiles.as(org.jooq.Table<?> alias) Subscriptions.profiles()Get the implicit join path to theprofilestable.Rename this tableProfiles.rename(org.jooq.Name name) Rename this tableProfiles.rename(org.jooq.Table<?> name) Rename this table