Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationNameElementDescriptionPK
Packages that use LocationNameElementDescriptionPK
Package
Description
-
Uses of LocationNameElementDescriptionPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationNameElementDescriptionPK -
Uses of LocationNameElementDescriptionPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationNameElementDescriptionPKModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.getNextPK()LocationNameElementDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) LocationNameElementDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationNameElementDescriptionPKModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LocationNameElementDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LocationNameElementDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) LocationNameElementDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationNameElementDescriptionPKModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.getEntityFromCache(LocationNameElementDescriptionPK pk) LocationNameElementDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, LocationNameElementDescriptionPK pk) LocationNameElementDescriptionFactory.getValueFromPK(LocationNameElementDescriptionPK pk) voidLocationNameElementDescriptionFactory.remove(LocationNameElementDescriptionPK pk) booleanLocationNameElementDescriptionFactory.validPK(LocationNameElementDescriptionPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationNameElementDescriptionPKModifier and TypeMethodDescriptionLocationNameElementDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationNameElementDescriptionPK> pks) LocationNameElementDescriptionFactory.getValuesFromPKs(Collection<LocationNameElementDescriptionPK> pks) voidLocationNameElementDescriptionFactory.remove(Collection<LocationNameElementDescriptionPK> pks) -
Uses of LocationNameElementDescriptionPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationNameElementDescriptionPKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationNameElementDescriptionPKModifierConstructorDescriptionLocationNameElementDescriptionValue(LocationNameElementDescriptionPK locationNameElementDescriptionPK, LocationNameElementPK locationNameElementPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of LocationNameElementDescriptionValue -
Uses of LocationNameElementDescriptionPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationNameElementDescriptionPKModifier and TypeMethodDescriptionLocationNameElementDescriptions.LocationNameElementDescription()Getter forlocationnameelementdescriptions.locned_locationnameelementdescriptionid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationNameElementDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<LocationNameElementDescriptionPK> LocationNameElementDescriptions.key()Methods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationNameElementDescriptionPKModifier and TypeMethodDescriptionvoidLocationNameElementDescriptions.LocationNameElementDescription(LocationNameElementDescriptionPK value) Setter forlocationnameelementdescriptions.locned_locationnameelementdescriptionid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationNameElementDescriptionPKModifierConstructorDescriptionLocationNameElementDescriptions(LocationNameElementDescriptionPK LocationNameElementDescription, LocationNameElementPK LocationNameElement, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised LocationNameElementDescriptions -
Uses of LocationNameElementDescriptionPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationNameElementDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationNameElementDescriptions, LocationNameElementDescriptionPK> LocationNameElementDescriptions.LOCATION_NAME_ELEMENT_DESCRIPTIONThe columnlocationnameelementdescriptions.locned_locationnameelementdescriptionid.