Uses of Class
com.echothree.model.data.core.common.pk.ComponentVersionPK
Packages that use ComponentVersionPK
Package
Description
-
Uses of ComponentVersionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentVersionPK -
Uses of ComponentVersionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getNextPK()
ComponentVersionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ComponentVersionFactory.getPKsFromResultSetAsList
(ResultSet rs) ComponentVersionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getEntityFromCache
(Session session, ComponentVersionPK pk) ComponentVersionFactory.getEntityFromPK
(EntityPermission entityPermission, ComponentVersionPK pk) ComponentVersionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ComponentVersionPK pk) ComponentVersionFactory.getValueFromPK
(Session session, ComponentVersionPK pk) void
ComponentVersionFactory.remove
(Session session, ComponentVersionPK pk) boolean
ComponentVersionFactory.validPK
(Session session, ComponentVersionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentVersionPKModifier and TypeMethodDescriptionComponentVersionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ComponentVersionPK> pks) ComponentVersionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ComponentVersionPK> pks) ComponentVersionFactory.getValuesFromPKs
(Session session, Collection<ComponentVersionPK> pks) void
ComponentVersionFactory.remove
(Session session, Collection<ComponentVersionPK> pks) void
ComponentVersionFactory.remove
(Collection<ComponentVersionPK> pks) -
Uses of ComponentVersionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentVersionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ComponentVersionPKModifierConstructorDescriptionComponentVersionValue
(ComponentVersionPK componentVersionPK, ComponentPK componentPK, Integer majorRevision, Integer minorRevision, ComponentStagePK componentStagePK, Integer buildNumber, Long fromTime, Long thruTime) Creates a new instance of ComponentVersionValue