Interface UserInfosRepository

  • All Superinterfaces:
    org.springframework.data.repository.CrudRepository<UserInfos,​java.util.UUID>, org.springframework.data.jpa.repository.JpaRepository<UserInfos,​java.util.UUID>, org.springframework.data.repository.PagingAndSortingRepository<UserInfos,​java.util.UUID>, org.springframework.data.repository.query.QueryByExampleExecutor<UserInfos>, org.springframework.data.repository.Repository<UserInfos,​java.util.UUID>

    @Repository
    public interface UserInfosRepository
    extends org.springframework.data.jpa.repository.JpaRepository<UserInfos,​java.util.UUID>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      UserInfos findByOwner​(Users owner)  
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
      • Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository

        deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
      • Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

        findAll
      • Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor

        count, exists, findAll, findOne