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(EntityTimePK pk) EntityTimeFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimePK pk) EntityTimeFactory.getValueFromPK(EntityTimePK pk) voidEntityTimeFactory.remove(EntityTimePK pk) booleanEntityTimeFactory.validPK(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.getValuesFromPKs(Collection<EntityTimePK> pks) voidEntityTimeFactory.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