Uses of Class
com.echothree.model.data.core.common.pk.EntityNameAttributePK
Packages that use EntityNameAttributePK
Package
Description
-
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityNameAttributePK -
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getNextPK()EntityNameAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityNameAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityNameAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntityFromCache(EntityNameAttributePK pk) EntityNameAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityNameAttributePK pk) EntityNameAttributeFactory.getValueFromPK(EntityNameAttributePK pk) voidEntityNameAttributeFactory.remove(EntityNameAttributePK pk) booleanEntityNameAttributeFactory.validPK(EntityNameAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityNameAttributePK> pks) EntityNameAttributeFactory.getValuesFromPKs(Collection<EntityNameAttributePK> pks) voidEntityNameAttributeFactory.remove(Collection<EntityNameAttributePK> pks) -
Uses of EntityNameAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityNameAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityNameAttributePKModifierConstructorDescriptionEntityNameAttributeValue(EntityNameAttributePK entityNameAttributePK, EntityAttributePK entityAttributePK, String nameAttribute, EntityInstancePK entityInstancePK, Long fromTime, Long thruTime) Creates a new instance of EntityNameAttributeValue -
Uses of EntityNameAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityNameAttributePKModifier and TypeMethodDescriptionEntityNameAttributes.EntityNameAttribute()Getter forentitynameattributes.enna_entitynameattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityNameAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityNameAttributePK> EntityNameAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityNameAttributePKModifier and TypeMethodDescriptionvoidEntityNameAttributes.EntityNameAttribute(EntityNameAttributePK value) Setter forentitynameattributes.enna_entitynameattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityNameAttributePKModifierConstructorDescriptionEntityNameAttributes(EntityNameAttributePK EntityNameAttribute, EntityAttributePK EntityAttribute, String NameAttribute, EntityInstancePK EntityInstance, Long FromTime, Long ThruTime) Create a detached, initialised EntityNameAttributes -
Uses of EntityNameAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityNameAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityNameAttributes, EntityNameAttributePK> EntityNameAttributes.ENTITY_NAME_ATTRIBUTEThe columnentitynameattributes.enna_entitynameattributeid.