Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeIntegerPK
Packages that use EntityAttributeIntegerPK
Package
Description
-
Uses of EntityAttributeIntegerPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeIntegerPK -
Uses of EntityAttributeIntegerPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeIntegerPKModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.getNextPK()EntityAttributeIntegerFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeIntegerFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeIntegerPKModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeIntegerFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeIntegerFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeIntegerFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeIntegerPKModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.getEntityFromCache(Session session, EntityAttributeIntegerPK pk) EntityAttributeIntegerFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeIntegerPK pk) EntityAttributeIntegerFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeIntegerPK pk) EntityAttributeIntegerFactory.getValueFromPK(Session session, EntityAttributeIntegerPK pk) voidEntityAttributeIntegerFactory.remove(Session session, EntityAttributeIntegerPK pk) booleanEntityAttributeIntegerFactory.validPK(Session session, EntityAttributeIntegerPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeIntegerPKModifier and TypeMethodDescriptionEntityAttributeIntegerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeIntegerPK> pks) EntityAttributeIntegerFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeIntegerPK> pks) EntityAttributeIntegerFactory.getValuesFromPKs(Session session, Collection<EntityAttributeIntegerPK> pks) voidEntityAttributeIntegerFactory.remove(Session session, Collection<EntityAttributeIntegerPK> pks) voidEntityAttributeIntegerFactory.remove(Collection<EntityAttributeIntegerPK> pks) -
Uses of EntityAttributeIntegerPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeIntegerPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeIntegerPKModifierConstructorDescriptionEntityAttributeIntegerValue(EntityAttributeIntegerPK entityAttributeIntegerPK, EntityAttributePK entityAttributePK, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeIntegerValue