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(EntityBlobAttributePK pk) EntityBlobAttributeFactory.getEntityFromPK(EntityPermission entityPermission, EntityBlobAttributePK pk) EntityBlobAttributeFactory.getValueFromPK(EntityBlobAttributePK pk) voidEntityBlobAttributeFactory.remove(EntityBlobAttributePK pk) booleanEntityBlobAttributeFactory.validPK(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.getValuesFromPKs(Collection<EntityBlobAttributePK> pks) voidEntityBlobAttributeFactory.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