Class CustomActionRepositoryImpl
java.lang.Object
tech.ailef.dbadmin.internal.repository.CustomActionRepositoryImpl
- All Implemented Interfaces:
CustomActionRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
countActions
(String table, String actionType, String itemId) findActions
(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest page)
-
Constructor Details
-
CustomActionRepositoryImpl
public CustomActionRepositoryImpl()
-
-
Method Details
-
findActions
public List<UserAction> findActions(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest page) - Specified by:
findActions
in interfaceCustomActionRepository
-
countActions
- Specified by:
countActions
in interfaceCustomActionRepository
-