Interface ApplicationRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<org.activiti.cloud.services.query.model.ApplicationEntity,String>, org.springframework.data.repository.PagingAndSortingRepository<org.activiti.cloud.services.query.model.ApplicationEntity,String>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<org.activiti.cloud.services.query.model.QApplicationEntity>, org.springframework.data.querydsl.QuerydslPredicateExecutor<org.activiti.cloud.services.query.model.ApplicationEntity>, org.springframework.data.repository.Repository<org.activiti.cloud.services.query.model.ApplicationEntity,String>

public interface ApplicationRepository extends org.springframework.data.repository.PagingAndSortingRepository<org.activiti.cloud.services.query.model.ApplicationEntity,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<org.activiti.cloud.services.query.model.ApplicationEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<org.activiti.cloud.services.query.model.QApplicationEntity>, org.springframework.data.repository.CrudRepository<org.activiti.cloud.services.query.model.ApplicationEntity,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, org.activiti.cloud.services.query.model.QApplicationEntity root)
     
    boolean
     

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

    count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll

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

    findAll, findAll

    Methods inherited from interface org.springframework.data.querydsl.QuerydslPredicateExecutor

    count, exists, findAll, findAll, findAll, findAll, findAll, findBy, findOne
  • Method Details

    • existsByNameAndVersion

      boolean existsByNameAndVersion(String name, String version)
    • customize

      default void customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, org.activiti.cloud.services.query.model.QApplicationEntity root)
      Specified by:
      customize in interface org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<org.activiti.cloud.services.query.model.QApplicationEntity>