Uses of Interface
org.smallmind.persistence.cache.VectorAwareDao
Packages that use VectorAwareDao
Package
Description
-
Uses of VectorAwareDao in org.smallmind.persistence
Classes in org.smallmind.persistence that implement VectorAwareDaoModifier and TypeClassDescriptionclassAbstractVectorAwareManagedDao<I extends Serializable & Comparable<I>,D extends Durable<I>> -
Uses of VectorAwareDao in org.smallmind.persistence.orm
Classes in org.smallmind.persistence.orm that implement VectorAwareDaoModifier and TypeClassDescriptionclassORMDao<I extends Serializable & Comparable<I>,D extends Durable<I>, F, N> -
Uses of VectorAwareDao in org.smallmind.persistence.orm.jpa
Classes in org.smallmind.persistence.orm.jpa that implement VectorAwareDaoModifier and TypeClassDescriptionclassJPADao<I extends Serializable & Comparable<I>,D extends Durable<I>> -
Uses of VectorAwareDao in org.smallmind.persistence.orm.querydsl.jpa
Classes in org.smallmind.persistence.orm.querydsl.jpa that implement VectorAwareDaoModifier and TypeClassDescriptionclassQJPADao<I extends Serializable & Comparable<I>,D extends JPADurable<I, D>> -
Uses of VectorAwareDao in org.smallmind.persistence.orm.throng
Classes in org.smallmind.persistence.orm.throng that implement VectorAwareDaoModifier and TypeClassDescriptionclassThrongDao<I extends Serializable & Comparable<I>,D extends ThrongDurable<I, D>>