See: Description
Interface | Description |
---|---|
EnversSearchRepository<T,ID extends Serializable,N extends Number & Comparable<N>> |
A
SearchRepository that additionally offers Spring Data Envers functionality |
QueryDslSearchRepository<T,ID extends Serializable> |
A
SearchRepository that additionally offers Query DSL functionality |
SearchRepository<T,ID extends Serializable> |
A
SearchRepository provides several search-methods for a persistent domain-class. |
Class | Description |
---|---|
EnversSearchRepositoryImpl<T,ID extends Serializable,N extends Number & Comparable<N>> |
Default
EnversSearchRepository implementation.Use this class as the base class for your EnversSearchRepository implementations: |
QueryDslSearchRepositoryImpl<T,ID extends Serializable> |
Default
QueryDslSearchRepository implementation.Use this class as the base class for your QueryDslSearchRepository implementations: |
SearchQuery<T> |
A
SearchQuery can be used to perform JPA-queries for JPA entities. |
SearchRepositoryFactoryBean<R extends SearchRepository<T,I>,T,I extends Serializable> | |
SearchRepositoryImpl<T,ID extends Serializable> |
Default
SearchRepository implementation.Use this class as the base class for your SearchRepository implementations: |
Copyright © 2011–2017 aiticon GmbH. All rights reserved.