Uses of Class
tech.ailef.dbadmin.internal.model.UserAction
Packages that use UserAction
Package
Description
Repositories for the internal data source.
Service classes for the internal data source.
-
Uses of UserAction in tech.ailef.dbadmin.internal.repository
Methods in tech.ailef.dbadmin.internal.repository that return types with arguments of type UserActionModifier and TypeMethodDescriptionCustomActionRepository.findActions
(LogsSearchRequest r) CustomActionRepositoryImpl.findActions
(LogsSearchRequest request) Finds the UserAction that match the input search request.UserActionRepository.findAllByOnTableAndActionTypeAndPrimaryKey
(String table, String actionType, String primaryKey, org.springframework.data.domain.PageRequest pageRequest) -
Uses of UserAction in tech.ailef.dbadmin.internal.service
Methods in tech.ailef.dbadmin.internal.service that return UserActionMethods in tech.ailef.dbadmin.internal.service that return types with arguments of type UserActionModifier and TypeMethodDescriptionUserActionService.findActions
(LogsSearchRequest request) Retruns a page of results of user actions that match the given input request.Methods in tech.ailef.dbadmin.internal.service with parameters of type UserAction