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