Uses of Class
tech.ailef.dbadmin.internal.model.UserAction
Packages that use UserAction
-
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
(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest pageRequest) CustomActionRepositoryImpl.findActions
(String table, String actionType, String itemId, org.springframework.data.domain.PageRequest page) 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
(String table, String actionType, String userId, org.springframework.data.domain.PageRequest page) Methods in tech.ailef.dbadmin.internal.service with parameters of type UserAction