Package xyz.baldeep.filter.dao
-
Interface Summary 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 Summary Class Description BaseDaoImpl<T,ID extends Serializable> This is the base repository implementation it contains implementation of common methods