Uses of Class
com.echothree.model.jooq.server.records.warehouse.LocationNameElementDescriptions
Packages that use LocationNameElementDescriptions
Package
Description
-
Uses of LocationNameElementDescriptions in com.echothree.model.jooq.server.keys.warehouse
Fields in com.echothree.model.jooq.server.keys.warehouse with type parameters of type LocationNameElementDescriptionsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<LocationNameElementDescriptions, Languages> WarehouseForeignKeys.LOCATION_NAME_ELEMENT_DESCRIPTIONS_LANGUAGE_FKstatic final org.jooq.UniqueKey<LocationNameElementDescriptions> WarehouseUniqueKeys.LOCATION_NAME_ELEMENT_DESCRIPTIONS_LOCATION_NAME_ELEMENT_AND_LANGUAGE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<LocationNameElementDescriptions, LocationNameElements> WarehouseForeignKeys.LOCATION_NAME_ELEMENT_DESCRIPTIONS_LOCATION_NAME_ELEMENT_FKstatic final org.jooq.UniqueKey<LocationNameElementDescriptions> WarehouseUniqueKeys.LOCATION_NAME_ELEMENT_DESCRIPTIONS_PK -
Uses of LocationNameElementDescriptions in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationNameElementDescriptionsModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationNameElementDescriptions, String> LocationNameElementDescriptions.DESCRIPTIONThe columnlocationnameelementdescriptions.locned_description.final org.jooq.TableField<LocationNameElementDescriptions, Long> LocationNameElementDescriptions.FROM_TIMEThe columnlocationnameelementdescriptions.locned_fromtime.final org.jooq.TableField<LocationNameElementDescriptions, LanguagePK> LocationNameElementDescriptions.LANGUAGEThe columnlocationnameelementdescriptions.locned_lang_languageid.final org.jooq.TableField<LocationNameElementDescriptions, LocationNameElementPK> LocationNameElementDescriptions.LOCATION_NAME_ELEMENTThe columnlocationnameelementdescriptions.locned_locne_locationnameelementid.final org.jooq.TableField<LocationNameElementDescriptions, LocationNameElementDescriptionPK> LocationNameElementDescriptions.LOCATION_NAME_ELEMENT_DESCRIPTIONThe columnlocationnameelementdescriptions.locned_locationnameelementdescriptionid.final org.jooq.TableField<LocationNameElementDescriptions, Long> LocationNameElementDescriptions.THRU_TIMEThe columnlocationnameelementdescriptions.locned_thrutime.Methods in com.echothree.model.jooq.server.tables.warehouse that return types with arguments of type LocationNameElementDescriptionsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<LocationNameElementDescriptions> LocationNameElementDescriptions.getPrimaryKey()LocationNameElementDescriptions.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<LocationNameElementDescriptions, ?>> LocationNameElementDescriptions.getReferences()List<org.jooq.UniqueKey<LocationNameElementDescriptions>> LocationNameElementDescriptions.getUniqueKeys()