Interface UserGroupRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<UserGroup,String>, org.springframework.data.repository.ListCrudRepository<UserGroup,String>, org.springframework.data.repository.ListPagingAndSortingRepository<UserGroup,String>, org.springframework.data.mongodb.repository.MongoRepository<UserGroup,String>, org.springframework.data.repository.PagingAndSortingRepository<UserGroup,String>, org.springframework.data.repository.query.QueryByExampleExecutor<UserGroup>, org.springframework.data.repository.Repository<UserGroup,String>, UserGroupRepositoryCustom

public interface UserGroupRepository extends org.springframework.data.mongodb.repository.MongoRepository<UserGroup,String>, UserGroupRepositoryCustom
  • Method Summary

    Methods inherited from interface org.springframework.data.repository.CrudRepository

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save

    Methods inherited from interface org.springframework.data.repository.ListCrudRepository

    findAll, findAllById, saveAll

    Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository

    findAll

    Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

    findAll, findAll, insert, insert

    Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository

    findAll

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

    count, exists, findAll, findBy, findOne

    Methods inherited from interface de.uniba.minf.registry.repository.UserGroupRepositoryCustom

    findByUserUniqueId, findUnassignedByUsername