Uses of Class
com.echothree.model.data.core.server.value.CacheBlobEntryValue
Packages that use CacheBlobEntryValue
Package
Description
-
Uses of CacheBlobEntryValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheBlobEntryValueMethods in com.echothree.model.data.core.server.entity with parameters of type CacheBlobEntryValueModifier and TypeMethodDescriptionvoid
CacheBlobEntry.setCacheBlobEntryValue
(CacheBlobEntryValue value) Constructors in com.echothree.model.data.core.server.entity with parameters of type CacheBlobEntryValueModifierConstructorDescriptionCacheBlobEntry
(CacheBlobEntryValue value, EntityPermission entityPermission) Creates a new instance of CacheBlobEntry -
Uses of CacheBlobEntryValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheBlobEntryValueModifier and TypeMethodDescriptionCacheBlobEntryFactory.getValueFromPK
(Session session, CacheBlobEntryPK pk) CacheBlobEntryFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheBlobEntryValueModifier and TypeMethodDescriptionCacheBlobEntryFactory.getValuesFromPKs
(Session session, Collection<CacheBlobEntryPK> pks) CacheBlobEntryFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheBlobEntryValueModifier and TypeMethodDescriptionCacheBlobEntryFactory.getEntityFromValue
(EntityPermission entityPermission, CacheBlobEntryValue value) CacheBlobEntryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CacheBlobEntryValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheBlobEntryValueModifier and TypeMethodDescriptionvoid
CacheBlobEntryFactory.create
(Session session, Collection<CacheBlobEntryValue> _values) void
CacheBlobEntryFactory.create
(Collection<CacheBlobEntryValue> _values) -
Uses of CacheBlobEntryValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheBlobEntryValue