Package com.patreonshout.jpa
Class SearchFiltersRepositoryImpl
java.lang.Object
com.patreonshout.rest.BaseSvc
com.patreonshout.jpa.SearchFiltersRepositoryImpl
- All Implemented Interfaces:
SearchFiltersCustom
@Repository @Transactional public class SearchFiltersRepositoryImpl extends BaseSvc implements SearchFiltersCustom
Implementation of custom Spring Data Repository for custom SQL functionality not automatically provided in
JpaRepository
-
Constructor Summary
Constructors Constructor Description SearchFiltersRepositoryImpl()
-
Method Summary
Methods inherited from class com.patreonshout.rest.BaseSvc
catchCustomException, catchSQLIntegrityConstraintViolationException
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SearchFiltersRepositoryImpl
public SearchFiltersRepositoryImpl()
-