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(Session session, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getEntityFromPK(EntityPermission entityPermission, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityAttributeBlobPK pk) EntityAttributeBlobFactory.getValueFromPK(Session session, EntityAttributeBlobPK pk) voidEntityAttributeBlobFactory.remove(Session session, EntityAttributeBlobPK pk) booleanEntityAttributeBlobFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityAttributeBlobPK> pks) EntityAttributeBlobFactory.getValuesFromPKs(Session session, Collection<EntityAttributeBlobPK> pks) voidEntityAttributeBlobFactory.remove(Session session, 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