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