Uses of Class
org.molgenis.data.cache.utils.EntityHydration
-
Packages that use EntityHydration Package Description org.molgenis.data.cache.l2 org.molgenis.data.cache.utils -
-
Uses of EntityHydration in org.molgenis.data.cache.l2
Constructors in org.molgenis.data.cache.l2 with parameters of type EntityHydration Constructor Description L2Cache(org.molgenis.data.transaction.TransactionManager transactionManager, EntityHydration entityHydration, org.molgenis.data.transaction.TransactionInformation transactionInformation, io.micrometer.core.instrument.MeterRegistry meterRegistry) -
Uses of EntityHydration in org.molgenis.data.cache.utils
Constructors in org.molgenis.data.cache.utils with parameters of type EntityHydration Constructor Description CombinedEntityCache(EntityHydration entityHydration, com.google.common.cache.Cache<org.molgenis.data.EntityKey,CacheHit<java.util.Map<java.lang.String,java.lang.Object>>> cache)Creates a newCombinedEntityCache
-