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