Uses of Class
com.echothree.model.jooq.server.records.icon.Icons
Packages that use Icons
Package
Description
-
Uses of Icons in com.echothree.model.jooq.server.keys.forum
Fields in com.echothree.model.jooq.server.keys.forum with type parameters of type IconsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<ForumDetails, Icons> ForumForeignKeys.FORUM_DETAILS_ICON_FKstatic final org.jooq.ForeignKey<ForumGroupDetails, Icons> ForumForeignKeys.FORUM_GROUP_DETAILS_ICON_FKstatic final org.jooq.ForeignKey<ForumMessageDetails, Icons> ForumForeignKeys.FORUM_MESSAGE_DETAILS_ICON_FKstatic final org.jooq.ForeignKey<ForumThreadDetails, Icons> ForumForeignKeys.FORUM_THREAD_DETAILS_ICON_FK -
Uses of Icons in com.echothree.model.jooq.server.keys.icon
Fields in com.echothree.model.jooq.server.keys.icon with type parameters of type IconsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<IconDetails, Icons> IconForeignKeys.ICON_DETAILS_ICON_FKstatic final org.jooq.ForeignKey<IconUsages, Icons> IconForeignKeys.ICON_USAGES_ICON_FKstatic final org.jooq.ForeignKey<Icons, IconDetails> IconForeignKeys.ICONS_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<Icons> IconUniqueKeys.ICONS_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<Icons, IconDetails> IconForeignKeys.ICONS_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<Icons> IconUniqueKeys.ICONS_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<Icons> IconUniqueKeys.ICONS_PK -
Uses of Icons in com.echothree.model.jooq.server.keys.party
Fields in com.echothree.model.jooq.server.keys.party with type parameters of type Icons -
Uses of Icons in com.echothree.model.jooq.server.tables.icon
Fields in com.echothree.model.jooq.server.tables.icon with type parameters of type IconsModifier and TypeFieldDescriptionfinal org.jooq.TableField<Icons, IconDetailPK> Icons.ACTIVE_DETAILThe columnicons.icn_activedetailid.Icons.ICONThe columnicons.icn_iconid.final org.jooq.TableField<Icons, IconDetailPK> Icons.LAST_DETAILThe columnicons.icn_lastdetailid.Methods in com.echothree.model.jooq.server.tables.icon that return types with arguments of type IconsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<Icons> Icons.getPrimaryKey()Icons.getRecordType()The class holding records for this typeIcons.getReferences()Icons.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.icon with type arguments of type IconsModifierConstructorDescriptionIcons(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Icons> childPath, org.jooq.InverseForeignKey<O, Icons> parentPath) Icons(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Icons> childPath, org.jooq.InverseForeignKey<O, Icons> parentPath) IconsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Icons> childPath, org.jooq.InverseForeignKey<O, Icons> parentPath) IconsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, Icons> childPath, org.jooq.InverseForeignKey<O, Icons> parentPath)