public interface TaskRepository extends org.springframework.data.repository.CrudRepository<Task,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<Task>, org.springframework.data.querydsl.binding.QuerydslBinderCustomizer<QTask>
| Modifier and Type | Method and Description |
|---|---|
default void |
customize(org.springframework.data.querydsl.binding.QuerydslBindings bindings,
QTask root) |
Copyright © 2010–2017 Alfresco. All rights reserved.