Uses of Class
com.echothree.model.data.core.common.pk.EntityStringAttributePK
Packages that use EntityStringAttributePK
Package
Description
-
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityStringAttributePK -
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getNextPK()EntityStringAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityStringAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityStringAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntityFromCache(EntityStringAttributePK pk) EntityStringAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityStringAttributePK pk) EntityStringAttributeFactory.getValueFromPK(EntityStringAttributePK pk) voidEntityStringAttributeFactory.remove(EntityStringAttributePK pk) booleanEntityStringAttributeFactory.validPK(EntityStringAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityStringAttributePK> pks) EntityStringAttributeFactory.getValuesFromPKs(Collection<EntityStringAttributePK> pks) voidEntityStringAttributeFactory.remove(Collection<EntityStringAttributePK> pks) -
Uses of EntityStringAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityStringAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityStringAttributePKModifierConstructorDescriptionEntityStringAttributeValue(EntityStringAttributePK entityStringAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, String stringAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityStringAttributeValue -
Uses of EntityStringAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityStringAttributePKModifier and TypeMethodDescriptionEntityStringAttributes.EntityStringAttribute()Getter forentitystringattributes.ensa_entitystringattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityStringAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityStringAttributePK> EntityStringAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityStringAttributePKModifier and TypeMethodDescriptionvoidEntityStringAttributes.EntityStringAttribute(EntityStringAttributePK value) Setter forentitystringattributes.ensa_entitystringattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityStringAttributePKModifierConstructorDescriptionEntityStringAttributes(EntityStringAttributePK EntityStringAttribute, EntityAttributePK EntityAttribute, EntityInstancePK EntityInstance, LanguagePK Language, String StringAttribute, Long FromTime, Long ThruTime) Create a detached, initialised EntityStringAttributes -
Uses of EntityStringAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityStringAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityStringAttributes, EntityStringAttributePK> EntityStringAttributes.ENTITY_STRING_ATTRIBUTEThe columnentitystringattributes.ensa_entitystringattributeid.