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