| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.repository |
This package implements the bridge pattern over the various repository interfaces in the Spring Data project.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrudRepositorySupport
This implementation is used to factor out the commonalities between various Spring interfaces extending the
CrudRepository interface. |
class |
DefaultCrudRepository
This class will provide implementations for the methods introduced by the Spring framework through
CrudRepository. |
class |
DefaultJpaRepository |
Copyright © 2014–2016. All rights reserved.