@Repository public interface JpaUserPermissionRepository<D extends JpaUserPermission> extends UserPermissionRepository<D>
UserPermission
.findAllByNameContainingIgnoreCaseAndArchivedFalse, findByIdAndArchivedFalse
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findAllById, findById, save, saveAll
createOnlyIfDoesNotExist, replaceOnlyIfLastUpdatedBefore
Copyright © 2021. All rights reserved.