| Interface | Description |
|---|---|
| BaseDao<T,I extends Serializable> |
This is the base repository that every repository will extend we can write
any common methods here.
|
| Class | Description |
|---|---|
| BaseDaoImpl<T,ID extends Serializable> |
This is the base repository implementation it contains implementation of
common methods
|
Copyright © 2023. All rights reserved.