Uses of Class
com.echothree.model.data.core.common.pk.EntityIntegerAttributePK
Packages that use EntityIntegerAttributePK
Package
Description
-
Uses of EntityIntegerAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityIntegerAttributePK -
Uses of EntityIntegerAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityIntegerAttributePKModifier and TypeMethodDescriptionEntityIntegerAttributeFactory.getNextPK()
EntityIntegerAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityIntegerAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityIntegerAttributePKModifier and TypeMethodDescriptionEntityIntegerAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityIntegerAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityIntegerAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityIntegerAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityIntegerAttributePKModifier and TypeMethodDescriptionEntityIntegerAttributeFactory.getEntityFromCache
(Session session, EntityIntegerAttributePK pk) EntityIntegerAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityIntegerAttributePK pk) EntityIntegerAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityIntegerAttributePK pk) EntityIntegerAttributeFactory.getValueFromPK
(Session session, EntityIntegerAttributePK pk) void
EntityIntegerAttributeFactory.remove
(Session session, EntityIntegerAttributePK pk) boolean
EntityIntegerAttributeFactory.validPK
(Session session, EntityIntegerAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityIntegerAttributePKModifier and TypeMethodDescriptionEntityIntegerAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityIntegerAttributePK> pks) EntityIntegerAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityIntegerAttributePK> pks) EntityIntegerAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityIntegerAttributePK> pks) void
EntityIntegerAttributeFactory.remove
(Session session, Collection<EntityIntegerAttributePK> pks) void
EntityIntegerAttributeFactory.remove
(Collection<EntityIntegerAttributePK> pks) -
Uses of EntityIntegerAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityIntegerAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityIntegerAttributePKModifierConstructorDescriptionEntityIntegerAttributeValue
(EntityIntegerAttributePK entityIntegerAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Integer integerAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityIntegerAttributeValue