Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeDescriptionPK
Packages that use EntityAttributeDescriptionPK
Package
Description
-
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeDescriptionPK -
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getNextPK()EntityAttributeDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getEntityFromCache(EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeDescriptionPK pk) EntityAttributeDescriptionFactory.getValueFromPK(EntityAttributeDescriptionPK pk) voidEntityAttributeDescriptionFactory.remove(EntityAttributeDescriptionPK pk) booleanEntityAttributeDescriptionFactory.validPK(EntityAttributeDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeDescriptionPK> pks) EntityAttributeDescriptionFactory.getValuesFromPKs(Collection<EntityAttributeDescriptionPK> pks) voidEntityAttributeDescriptionFactory.remove(Collection<EntityAttributeDescriptionPK> pks) -
Uses of EntityAttributeDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeDescriptionPKModifierConstructorDescriptionEntityAttributeDescriptionValue(EntityAttributeDescriptionPK entityAttributeDescriptionPK, EntityAttributePK entityAttributePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeDescriptionValue -
Uses of EntityAttributeDescriptionPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityAttributeDescriptionPKModifier and TypeMethodDescriptionEntityAttributeDescriptions.EntityAttributeDescription()Getter forentityattributedescriptions.enad_entityattributedescriptionid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityAttributeDescriptionPK> EntityAttributeDescriptions.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeDescriptionPKModifier and TypeMethodDescriptionvoidEntityAttributeDescriptions.EntityAttributeDescription(EntityAttributeDescriptionPK value) Setter forentityattributedescriptions.enad_entityattributedescriptionid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityAttributeDescriptionPKModifierConstructorDescriptionEntityAttributeDescriptions(EntityAttributeDescriptionPK EntityAttributeDescription, EntityAttributePK EntityAttribute, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised EntityAttributeDescriptions -
Uses of EntityAttributeDescriptionPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityAttributeDescriptionPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityAttributeDescriptions, EntityAttributeDescriptionPK> EntityAttributeDescriptions.ENTITY_ATTRIBUTE_DESCRIPTIONThe columnentityattributedescriptions.enad_entityattributedescriptionid.