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