Uses of Class
com.echothree.model.data.core.common.pk.EntityLongAttributePK
Packages that use EntityLongAttributePK
Package
Description
-
Uses of EntityLongAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityLongAttributePK -
Uses of EntityLongAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityLongAttributePKModifier and TypeMethodDescriptionEntityLongAttributeFactory.getNextPK()EntityLongAttributeFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityLongAttributeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityLongAttributePKModifier and TypeMethodDescriptionEntityLongAttributeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityLongAttributeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityLongAttributeFactory.getPKsFromResultSetAsList(ResultSet rs) EntityLongAttributeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityLongAttributePKModifier and TypeMethodDescriptionEntityLongAttributeFactory.getEntityFromCache(EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getValueFromPK(EntityLongAttributePK pk) voidEntityLongAttributeFactory.remove(EntityLongAttributePK pk) booleanEntityLongAttributeFactory.validPK(EntityLongAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityLongAttributePKModifier and TypeMethodDescriptionEntityLongAttributeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityLongAttributePK> pks) EntityLongAttributeFactory.getValuesFromPKs(Collection<EntityLongAttributePK> pks) voidEntityLongAttributeFactory.remove(Collection<EntityLongAttributePK> pks) -
Uses of EntityLongAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityLongAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityLongAttributePKModifierConstructorDescriptionEntityLongAttributeValue(EntityLongAttributePK entityLongAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long longAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityLongAttributeValue -
Uses of EntityLongAttributePK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return EntityLongAttributePKModifier and TypeMethodDescriptionEntityLongAttributes.EntityLongAttribute()Getter forentitylongattributes.enla_entitylongattributeid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type EntityLongAttributePKModifier and TypeMethodDescriptionorg.jooq.Record1<EntityLongAttributePK> EntityLongAttributes.key()Methods in com.echothree.model.jooq.server.records.core with parameters of type EntityLongAttributePKModifier and TypeMethodDescriptionvoidEntityLongAttributes.EntityLongAttribute(EntityLongAttributePK value) Setter forentitylongattributes.enla_entitylongattributeid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type EntityLongAttributePKModifierConstructorDescriptionEntityLongAttributes(EntityLongAttributePK EntityLongAttribute, EntityAttributePK EntityAttribute, EntityInstancePK EntityInstance, Long LongAttribute, Long FromTime, Long ThruTime) Create a detached, initialised EntityLongAttributes -
Uses of EntityLongAttributePK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type EntityLongAttributePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<EntityLongAttributes, EntityLongAttributePK> EntityLongAttributes.ENTITY_LONG_ATTRIBUTEThe columnentitylongattributes.enla_entitylongattributeid.