Class CaseRepositoryImpl

  • All Implemented Interfaces:
    CaseRepository, org.springframework.data.mongodb.repository.MongoRepository<Case,​java.lang.String>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QCase>, org.springframework.data.querydsl.QuerydslPredicateExecutor<Case>, org.springframework.data.repository.CrudRepository<Case,​java.lang.String>, org.springframework.data.repository.PagingAndSortingRepository<Case,​java.lang.String>, org.springframework.data.repository.query.QueryByExampleExecutor<Case>, org.springframework.data.repository.Repository<Case,​java.lang.String>

    @Repository("caseRepository")
    public abstract class CaseRepositoryImpl
    extends java.lang.Object
    implements CaseRepository
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void customize​(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QCase qCase)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.springframework.data.repository.CrudRepository

        count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAllById, findById, save
      • Methods inherited from interface org.springframework.data.mongodb.repository.MongoRepository

        findAll, findAll, findAll, findAll, insert, insert, saveAll
      • 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 org.springframework.data.querydsl.QuerydslPredicateExecutor

        count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
    • Constructor Detail

      • CaseRepositoryImpl

        public CaseRepositoryImpl()
    • Method Detail

      • customize

        public void customize​(org.springframework.data.querydsl.binding.QuerydslBindings bindings,
                              QCase qCase)
        Specified by:
        customize in interface CaseRepository
        Specified by:
        customize in interface org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QCase>