|
Spring Data Jpa | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| JpaEntityInformation<T,ID extends Serializable> | Extension of EntityInformation to capture aditional JPA specific
information about entities. |
| QueryDslJpaRepository.EntityPathResolver | Strategy interface to abstract the ways to translate an plain domain
class into a EntityPath. |
| Class Summary | |
|---|---|
| JpaMetamodelEntityInformation<T,ID extends Serializable> | Implementation of EntityInformation that uses JPA Metamodel
to find the domain class' id field. |
| JpaPersistableEntityInformation<T extends Persistable<ID>,ID extends Serializable> | Extension of JpaMetamodelEntityInformation that consideres methods of
Persistable to lookup the id. |
| JpaRepositoryFactory | JPA specific generic repository factory. |
| JpaRepositoryFactoryBean<T extends JpaRepository<S,ID>,S,ID extends Serializable> | Special adapter for Springs FactoryBean interface to allow easy setup
of repository factories via Spring configuration. |
| QueryDslJpaRepository<T,ID extends Serializable> | QueryDsl specific extension of SimpleJpaRepository which adds
implementation for QueryDslPredicateExecutor. |
| QueryDslRepositorySupport | Base class for implementing repositories using QueryDsl library. |
| SimpleJpaRepository<T,ID extends Serializable> | Default implementation of the Repository interface. |
JPA repository implementations.
|
Spring Data Jpa | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||