Uses of Class
com.echothree.model.data.core.common.pk.EntityTimePK
Packages that use EntityTimePK
Package
Description
-
Uses of EntityTimePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityTimePK -
Uses of EntityTimePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimePKModifier and TypeMethodDescriptionEntityTimeFactory.getNextPK()
EntityTimeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityTimeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimePKModifier and TypeMethodDescriptionEntityTimeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityTimeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityTimeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityTimeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimePKModifier and TypeMethodDescriptionEntityTimeFactory.getEntityFromCache
(Session session, EntityTimePK pk) EntityTimeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityTimePK pk) EntityTimeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityTimePK pk) EntityTimeFactory.getValueFromPK
(Session session, EntityTimePK pk) void
EntityTimeFactory.remove
(Session session, EntityTimePK pk) boolean
EntityTimeFactory.validPK
(Session session, EntityTimePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimePKModifier and TypeMethodDescriptionEntityTimeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityTimePK> pks) EntityTimeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityTimePK> pks) EntityTimeFactory.getValuesFromPKs
(Session session, Collection<EntityTimePK> pks) void
EntityTimeFactory.remove
(Session session, Collection<EntityTimePK> pks) void
EntityTimeFactory.remove
(Collection<EntityTimePK> pks) -
Uses of EntityTimePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityTimePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityTimePKModifierConstructorDescriptionEntityTimeValue
(EntityTimePK entityTimePK, EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) Creates a new instance of EntityTimeValue