Package 

Interface JobCodeEsRepo

  • All Implemented Interfaces:
    edu.wgu.osmt.jobcode.CustomJobCodeRepository , org.springframework.data.elasticsearch.repository.ElasticsearchRepository , org.springframework.data.repository.CrudRepository , org.springframework.data.repository.PagingAndSortingRepository , org.springframework.data.repository.Repository

    
    public interface JobCodeEsRepo
     implements ElasticsearchRepository<JobCode, Int>, CustomJobCodeRepository
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
      • Methods inherited from class org.springframework.data.repository.PagingAndSortingRepository

        findAll, findAll
      • Methods inherited from class org.springframework.data.elasticsearch.repository.ElasticsearchRepository

        searchSimilar
      • Methods inherited from class edu.wgu.osmt.jobcode.CustomJobCodeRepository

        deleteIndex, getElasticSearchTemplate, typeAheadSearch
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail