Class Hierarchy
- java.lang.Object
- com.helixframework.db.repository.AbstractMultiQuerySpecification (implements com.helixframework.db.repository.MultiQuerySpecification)
- com.helixframework.db.repository.AbstractQuerySpecification<T> (implements com.helixframework.db.repository.QuerySpecification<T>)
- com.helixframework.db.repository.MapperAdapter<A,
B> (implements com.helixframework.db.repository.Mapper<A, B>) - com.helixframework.db.repository.QueryResult<T> (implements java.lang.Iterable<T>)
Interface Hierarchy
- com.helixframework.db.repository.CursorPagedRepository<T,
K, C> - com.helixframework.db.repository.GenericReadonlyRepository<T,
K> - com.helixframework.db.repository.GenericRepository<T,
K> - com.helixframework.db.repository.Mapper<A,
B> - com.helixframework.db.repository.MultiQuerySpecification
- com.helixframework.db.repository.OffsetPagedRepository<T,
K> - com.helixframework.db.repository.QuerySpecification<T>
- com.helixframework.db.repository.CursorQuerySpecification<T,
C> - com.helixframework.db.repository.MappingCursorQuerySpecification<R,
C> - com.helixframework.db.repository.MappingOffsetQuerySpecification<R>
- com.helixframework.db.repository.OffsetQuerySpecification<T>
- com.helixframework.db.repository.CursorQuerySpecification<T,
- com.helixframework.db.repository.ResultSetSupport
- com.helixframework.db.repository.ResultSetMapper<T>
- com.helixframework.db.repository.UpdateSpecification