Uses of Class
com.echothree.model.data.core.server.value.CacheEntryValue
Packages that use CacheEntryValue
Package
Description
-
Uses of CacheEntryValue in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return CacheEntryValueMethods in com.echothree.model.data.core.server.entity with parameters of type CacheEntryValueConstructors in com.echothree.model.data.core.server.entity with parameters of type CacheEntryValueModifierConstructorDescriptionCacheEntry
(CacheEntryValue value, EntityPermission entityPermission) Creates a new instance of CacheEntry -
Uses of CacheEntryValue in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return CacheEntryValueModifier and TypeMethodDescriptionCacheEntryFactory.getValueFromPK
(Session session, CacheEntryPK pk) CacheEntryFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheEntryValueModifier and TypeMethodDescriptionCacheEntryFactory.getValuesFromPKs
(Session session, Collection<CacheEntryPK> pks) CacheEntryFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheEntryValueModifier and TypeMethodDescriptionCacheEntryFactory.getEntityFromValue
(EntityPermission entityPermission, CacheEntryValue value) CacheEntryFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, CacheEntryValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheEntryValueModifier and TypeMethodDescriptionvoid
CacheEntryFactory.create
(Session session, Collection<CacheEntryValue> _values) void
CacheEntryFactory.create
(Collection<CacheEntryValue> _values) -
Uses of CacheEntryValue in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return CacheEntryValue