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
(Session session, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityLongAttributePK pk) EntityLongAttributeFactory.getValueFromPK
(Session session, EntityLongAttributePK pk) void
EntityLongAttributeFactory.remove
(Session session, EntityLongAttributePK pk) boolean
EntityLongAttributeFactory.validPK
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityLongAttributePK> pks) EntityLongAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityLongAttributePK> pks) void
EntityLongAttributeFactory.remove
(Session session, Collection<EntityLongAttributePK> pks) void
EntityLongAttributeFactory.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