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(CacheEntryPK pk) CacheEntryFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type CacheEntryValueModifier and TypeMethodDescriptionCacheEntryFactory.getValuesFromPKs(Collection<CacheEntryPK> pks) CacheEntryFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type CacheEntryValueModifier and TypeMethodDescriptionCacheEntryFactory.getEntityFromValue(EntityPermission entityPermission, CacheEntryValue value) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type CacheEntryValueModifier and TypeMethodDescriptionvoidCacheEntryFactory.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