| Package | Description |
|---|---|
| org.appng.core.repository |
Persistence and Database related stuff, mostly
SearchRepository-specializations. |
| org.appng.persistence.repository |
This package contains classes related to JPA-persistence and
Spring Data JPA.
|
| Class and Description |
|---|
| SearchRepository
A
SearchRepository provides several search-methods for a persistent domain-class. |
| Class and Description |
|---|
| EnversSearchRepository
A
SearchRepository that additionally offers Spring Data Envers functionality |
| QueryDslSearchRepository
A
SearchRepository that additionally offers Query DSL functionality |
| SearchQuery
A
SearchQuery can be used to perform JPA-queries for JPA entities. |
| SearchRepository
A
SearchRepository provides several search-methods for a persistent domain-class. |
| SearchRepositoryImpl
Default
SearchRepository implementation.Use this class as the base class for your SearchRepository implementations: |
Copyright © 2011–2018 aiticon GmbH. All rights reserved.