Interface ProcessInstanceRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProcessInstanceEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<ProcessInstanceEntity,String>,org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessInstanceEntity>,org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessInstanceEntity>,org.springframework.data.repository.Repository<ProcessInstanceEntity,String>
public interface ProcessInstanceRepository extends org.springframework.data.repository.PagingAndSortingRepository<ProcessInstanceEntity,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessInstanceEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessInstanceEntity>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcustomize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QProcessInstanceEntity root)-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAll
-
-
-
-
Method Detail
-
customize
default void customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QProcessInstanceEntity root)- Specified by:
customizein interfaceorg.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessInstanceEntity>
-
-