Uses of Class
com.echothree.model.data.core.common.pk.EntityBlobAttributePK
Packages that use EntityBlobAttributePK
Package
Description
-
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityBlobAttributePK -
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getNextPK()
EntityBlobAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityBlobAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityBlobAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getEntityFromCache
(Session session, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getValueFromPK
(Session session, EntityBlobAttributePK pk) void
EntityBlobAttributeFactory.remove
(Session session, EntityBlobAttributePK pk) boolean
EntityBlobAttributeFactory.validPK
(Session session, EntityBlobAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBlobAttributePKModifier and TypeMethodDescriptionEntityBlobAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityBlobAttributePK> pks) EntityBlobAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityBlobAttributePK> pks) EntityBlobAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityBlobAttributePK> pks) void
EntityBlobAttributeFactory.remove
(Session session, Collection<EntityBlobAttributePK> pks) void
EntityBlobAttributeFactory.remove
(Collection<EntityBlobAttributePK> pks) -
Uses of EntityBlobAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityBlobAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityBlobAttributePKModifierConstructorDescriptionEntityBlobAttributeValue
(EntityBlobAttributePK entityBlobAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, LanguagePK languagePK, ByteArray blobAttribute, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of EntityBlobAttributeValue