Uses of Class
com.echothree.model.data.core.common.pk.EntityLongRangeDescriptionPK
Packages that use EntityLongRangeDescriptionPK
Package
Description
-
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongRangeDescriptionPK -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getNextPK()EntityLongRangeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityLongRangeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) EntityLongRangeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getEntityFromCache(EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityLongRangeDescriptionPK pk) EntityLongRangeDescriptionFactory.getValueFromPK(EntityLongRangeDescriptionPK pk) voidEntityLongRangeDescriptionFactory.remove(EntityLongRangeDescriptionPK pk) booleanEntityLongRangeDescriptionFactory.validPK(EntityLongRangeDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityLongRangeDescriptionPK> pks) EntityLongRangeDescriptionFactory.getValuesFromPKs(Collection<EntityLongRangeDescriptionPK> pks) voidEntityLongRangeDescriptionFactory.remove(Collection<EntityLongRangeDescriptionPK> pks) -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongRangeDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityLongRangeDescriptionPKModifierConstructorDescriptionEntityLongRangeDescriptionValue(EntityLongRangeDescriptionPK entityLongRangeDescriptionPK, EntityLongRangePK entityLongRangePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityLongRangeDescriptionValue -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionEntityLongRangeDescriptions.EntityLongRangeDescription()Getter forentitylongrangedescriptions.enlrd_entitylongrangedescriptionid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityLongRangeDescriptionPK> EntityLongRangeDescriptions.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityLongRangeDescriptionPKModifier and TypeMethodDescriptionvoidEntityLongRangeDescriptions.EntityLongRangeDescription(EntityLongRangeDescriptionPK value) Setter forentitylongrangedescriptions.enlrd_entitylongrangedescriptionid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityLongRangeDescriptionPKModifierConstructorDescriptionEntityLongRangeDescriptions(EntityLongRangeDescriptionPK EntityLongRangeDescription, EntityLongRangePK EntityLongRange, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised EntityLongRangeDescriptions -
Uses of EntityLongRangeDescriptionPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityLongRangeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityLongRangeDescriptions, EntityLongRangeDescriptionPK> EntityLongRangeDescriptions.ENTITY_LONG_RANGE_DESCRIPTIONThe columnentitylongrangedescriptions.enlrd_entitylongrangedescriptionid.