Interface RuleLibraryRepository

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

public interface RuleLibraryRepository extends org.springframework.data.mongodb.repository.MongoRepository<RuleLibrary,UUID>
  • Method Summary

    Modifier and Type
    Method
    Description
    findByContainerName(String containerName)
     

    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