Interface IntegrationContextRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<IntegrationContextEntity,String>, org.springframework.data.repository.PagingAndSortingRepository<IntegrationContextEntity,String>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QIntegrationContextEntity>, org.springframework.data.querydsl.QuerydslPredicateExecutor<IntegrationContextEntity>, org.springframework.data.repository.Repository<IntegrationContextEntity,String>

public interface IntegrationContextRepository extends org.springframework.data.repository.PagingAndSortingRepository<IntegrationContextEntity,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<IntegrationContextEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QIntegrationContextEntity>, org.springframework.data.repository.CrudRepository<IntegrationContextEntity,String>
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QIntegrationContextEntity root)
     
    findByProcessInstanceIdAndClientIdAndExecutionId(String processInstanceId, String clientId, String executionId)
     

    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

    • customize

      default void customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QIntegrationContextEntity root)
      Specified by:
      customize in interface org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QIntegrationContextEntity>
    • findByProcessInstanceIdAndClientIdAndExecutionId

      IntegrationContextEntity findByProcessInstanceIdAndClientIdAndExecutionId(String processInstanceId, String clientId, String executionId)