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(Session session, EntityTimeDefaultPK pk) EntityTimeDefaultFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimeDefaultPK pk) EntityTimeDefaultFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityTimeDefaultPK pk) EntityTimeDefaultFactory.getValueFromPK(Session session, EntityTimeDefaultPK pk) voidEntityTimeDefaultFactory.remove(Session session, EntityTimeDefaultPK pk) booleanEntityTimeDefaultFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityTimeDefaultPK> pks) EntityTimeDefaultFactory.getValuesFromPKs(Session session, Collection<EntityTimeDefaultPK> pks) voidEntityTimeDefaultFactory.remove(Session session, 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