Interface ProcessDefinitionRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<ProcessDefinitionEntity,String>,org.springframework.data.repository.PagingAndSortingRepository<ProcessDefinitionEntity,String>,org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessDefinitionEntity>,org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessDefinitionEntity>,org.springframework.data.repository.Repository<ProcessDefinitionEntity,String>
public interface ProcessDefinitionRepository extends org.springframework.data.repository.PagingAndSortingRepository<ProcessDefinitionEntity,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<ProcessDefinitionEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessDefinitionEntity>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcustomize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QProcessDefinitionEntity 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, QProcessDefinitionEntity root)- Specified by:
customizein interfaceorg.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QProcessDefinitionEntity>
-
-