Uses of Class
com.echothree.model.data.core.common.pk.EntityAttributeBlobPK
Packages that use EntityAttributeBlobPK
Package
Description
-
Uses of EntityAttributeBlobPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityAttributeBlobPK -
Uses of EntityAttributeBlobPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityAttributeBlobPKModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getNextPK()EntityAttributeBlobFactory.getPKFromQuery(PreparedStatement ps, Object... params) EntityAttributeBlobFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityAttributeBlobPKModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) EntityAttributeBlobFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) EntityAttributeBlobFactory.getPKsFromResultSetAsList(ResultSet rs) EntityAttributeBlobFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityAttributeBlobPKModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getEntityFromCache(EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getValueFromPK(EntityAttributeBlobPK pk) voidEntityAttributeBlobFactory.remove(EntityAttributeBlobPK pk) booleanEntityAttributeBlobFactory.validPK(EntityAttributeBlobPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityAttributeBlobPKModifier and TypeMethodDescriptionEntityAttributeBlobFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityAttributeBlobPK> pks) EntityAttributeBlobFactory.getValuesFromPKs(Collection<EntityAttributeBlobPK> pks) voidEntityAttributeBlobFactory.remove(Collection<EntityAttributeBlobPK> pks) -
Uses of EntityAttributeBlobPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityAttributeBlobPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityAttributeBlobPKModifierConstructorDescriptionEntityAttributeBlobValue(EntityAttributeBlobPK entityAttributeBlobPK, EntityAttributePK entityAttributePK, Boolean checkContentWebAddress, Long fromTime, Long thruTime) Creates a new instance of EntityAttributeBlobValue