Uses of Class
io.higson.runtime.core.domain.AttributeValueProvider
Packages that use AttributeValueProvider
-
Uses of AttributeValueProvider in io.higson.runtime.core.domain
Methods in io.higson.runtime.core.domain with parameters of type AttributeValueProviderModifier and TypeMethodDescriptionvoidMpDomainCacheProvider.setAttributeValueProvider(AttributeValueProvider valueProvider) Constructors in io.higson.runtime.core.domain with parameters of type AttributeValueProviderModifierConstructorDescriptionMpDomainCacheProvider(DomainCacheJdbcDao dao, EffectiveVersionResolver effectiveVersionResolver, UserRegionVersionProvider userRegionVersionProvider, AttributeValueProvider valueProvider) -
Uses of AttributeValueProvider in io.higson.runtime.dao
Methods in io.higson.runtime.dao with parameters of type AttributeValueProviderModifier and TypeMethodDescriptionDomainCacheJdbcDao.getObjectById(int elementId, String path, DomainObjectTypeImpl type, AttributeValueProvider valueProvider, Set<Integer> regionIds)