Interface TaskCandidateGroupRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<TaskCandidateGroupEntity,,TaskCandidateGroupId> org.springframework.data.repository.PagingAndSortingRepository<TaskCandidateGroupEntity,,TaskCandidateGroupId> org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QTaskCandidateGroupEntity>,org.springframework.data.querydsl.QuerydslPredicateExecutor<TaskCandidateGroupEntity>,org.springframework.data.repository.Repository<TaskCandidateGroupEntity,TaskCandidateGroupId>
public interface TaskCandidateGroupRepository
extends org.springframework.data.repository.PagingAndSortingRepository<TaskCandidateGroupEntity,TaskCandidateGroupId>, org.springframework.data.querydsl.QuerydslPredicateExecutor<TaskCandidateGroupEntity>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QTaskCandidateGroupEntity>, org.springframework.data.repository.CrudRepository<TaskCandidateGroupEntity,TaskCandidateGroupId>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcustomize(org.springframework.data.querydsl.binding.QuerydslBindings bindings, QTaskCandidateGroupEntity root) Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findAll, findAllById, findById, save, saveAllMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll, findAllMethods 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, QTaskCandidateGroupEntity root) - Specified by:
customizein interfaceorg.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QTaskCandidateGroupEntity>
-