Uses of Class
com.echothree.model.data.core.common.pk.EntityTimeDefaultPK
Packages that use EntityTimeDefaultPK
Package
Description
-
Uses of EntityTimeDefaultPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityTimeDefaultPK -
Uses of EntityTimeDefaultPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeDefaultPKModifier and TypeMethodDescriptionEntityTimeDefaultFactory.getNextPK()EntityTimeDefaultFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityTimeDefaultFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeDefaultPKModifier and TypeMethodDescriptionEntityTimeDefaultFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityTimeDefaultFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityTimeDefaultFactory.getPKsFromResultSetAsList(ResultSet rs) EntityTimeDefaultFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeDefaultPKModifier and TypeMethodDescriptionEntityTimeDefaultFactory.getEntityFromCache(EntityTimeDefaultPK pk) EntityTimeDefaultFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimeDefaultPK pk) EntityTimeDefaultFactory.getValueFromPK(EntityTimeDefaultPK pk) voidEntityTimeDefaultFactory.remove(EntityTimeDefaultPK pk) booleanEntityTimeDefaultFactory.validPK(EntityTimeDefaultPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTimeDefaultPKModifier and TypeMethodDescriptionEntityTimeDefaultFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityTimeDefaultPK> pks) EntityTimeDefaultFactory.getValuesFromPKs(Collection<EntityTimeDefaultPK> pks) voidEntityTimeDefaultFactory.remove(Collection<EntityTimeDefaultPK> pks) -
Uses of EntityTimeDefaultPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityTimeDefaultPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityTimeDefaultPKModifierConstructorDescriptionEntityTimeDefaultValue(EntityTimeDefaultPK entityTimeAttributePK, EntityAttributePK entityAttributePK, Long timeAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityTimeDefaultValue