Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeLongPK
Packages that use EntityAttributeLongPK
Package
Description
-
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeLongPK -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getNextPK()EntityAttributeLongFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeLongFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeLongFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntityFromCache(EntityAttributeLongPK pk) EntityAttributeLongFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeLongPK pk) EntityAttributeLongFactory.getValueFromPK(EntityAttributeLongPK pk) voidEntityAttributeLongFactory.remove(EntityAttributeLongPK pk) booleanEntityAttributeLongFactory.validPK(EntityAttributeLongPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeLongPKModifier and TypeMethodDescriptionEntityAttributeLongFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeLongPK> pks) EntityAttributeLongFactory.getValuesFromPKs(Collection<EntityAttributeLongPK> pks) voidEntityAttributeLongFactory.remove(Collection<EntityAttributeLongPK> pks) -
Uses of EntityAttributeLongPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeLongPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeLongPKModifierConstructorDescriptionEntityAttributeLongValue(EntityAttributeLongPK entityAttributeLongPK, EntityAttributePK entityAttributePK, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeLongValue