Uses of Class
com.echothree.model.data.core.common.pk.EntityTimeAttributePK
Packages that use EntityTimeAttributePK
Package
Description
-
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityTimeAttributePK -
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getNextPK()
EntityTimeAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityTimeAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityTimeAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntityFromCache
(Session session, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityTimeAttributePK pk) EntityTimeAttributeFactory.getValueFromPK
(Session session, EntityTimeAttributePK pk) void
EntityTimeAttributeFactory.remove
(Session session, EntityTimeAttributePK pk) boolean
EntityTimeAttributeFactory.validPK
(Session session, EntityTimeAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimeAttributePKModifier and TypeMethodDescriptionEntityTimeAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityTimeAttributePK> pks) EntityTimeAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityTimeAttributePK> pks) EntityTimeAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityTimeAttributePK> pks) void
EntityTimeAttributeFactory.remove
(Session session, Collection<EntityTimeAttributePK> pks) void
EntityTimeAttributeFactory.remove
(Collection<EntityTimeAttributePK> pks) -
Uses of EntityTimeAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityTimeAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityTimeAttributePKModifierConstructorDescriptionEntityTimeAttributeValue
(EntityTimeAttributePK entityTimeAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeAttributeValue