Uses of Interface
org.smallmind.persistence.cache.VectoredDao
Packages that use VectoredDao
Package
Description
-
Uses of VectoredDao in org.smallmind.persistence
Methods in org.smallmind.persistence that return VectoredDaoConstructors in org.smallmind.persistence with parameters of type VectoredDaoModifierConstructorDescriptionAbstractVectorAwareManagedDao(String metricSource, VectoredDao<I, D> vectoredDao) -
Uses of VectoredDao in org.smallmind.persistence.cache
Subinterfaces of VectoredDao in org.smallmind.persistence.cacheModifier and TypeInterfaceDescriptioninterfaceCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> Classes in org.smallmind.persistence.cache that implement VectoredDaoModifier and TypeClassDescriptionclassAbstractCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> Methods in org.smallmind.persistence.cache that return VectoredDao -
Uses of VectoredDao in org.smallmind.persistence.cache.aop
Constructors in org.smallmind.persistence.cache.aop with parameters of type VectoredDaoModifierConstructorDescriptionCacheCoherentIterable(Iterable<D> durableIterable, Class<D> durableClass, VectoredDao<I, D> vectoredDao) -
Uses of VectoredDao in org.smallmind.persistence.cache.praxis.extrinsic
Classes in org.smallmind.persistence.cache.praxis.extrinsic that implement VectoredDaoModifier and TypeClassDescriptionclassByKeyExtrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> -
Uses of VectoredDao in org.smallmind.persistence.cache.praxis.intrinsic
Classes in org.smallmind.persistence.cache.praxis.intrinsic that implement VectoredDaoModifier and TypeClassDescriptionclassByKeyIntrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> classByReferenceIntrinsicCacheDao<I extends Serializable & Comparable<I>,D extends Durable<I>> -
Uses of VectoredDao in org.smallmind.persistence.orm
Constructors in org.smallmind.persistence.orm with parameters of type VectoredDaoModifierConstructorDescriptionORMDao(ProxySession<F, N> proxySession, VectoredDao<I, D> vectoredDao) -
Uses of VectoredDao in org.smallmind.persistence.orm.jpa
Constructors in org.smallmind.persistence.orm.jpa with parameters of type VectoredDao -
Uses of VectoredDao in org.smallmind.persistence.orm.querydsl.jpa
Constructors in org.smallmind.persistence.orm.querydsl.jpa with parameters of type VectoredDaoModifierConstructorDescriptionQJPADao(ProxySession<jakarta.persistence.EntityManagerFactory, jakarta.persistence.EntityManager> proxySession, VectoredDao<I, D> vectoredDao) -
Uses of VectoredDao in org.smallmind.persistence.orm.throng
Constructors in org.smallmind.persistence.orm.throng with parameters of type VectoredDaoModifierConstructorDescriptionThrongDao(ThrongProxySession proxySession, VectoredDao<I, D> vectoredDao)