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