@Exposed public interface WebCmsUrlRepository extends com.foreach.across.modules.hibernate.jpa.repositories.IdBasedEntityJpaRepository<WebCmsUrl>, org.springframework.data.querydsl.QuerydslPredicateExecutor<WebCmsUrl>
| Modifier and Type | Method and Description |
|---|---|
List<WebCmsUrl> |
findAll(com.querydsl.core.types.OrderSpecifier<?>[] orders) |
List<WebCmsUrl> |
findAll(com.querydsl.core.types.Predicate predicate) |
List<WebCmsUrl> |
findAll(com.querydsl.core.types.Predicate predicate,
com.querydsl.core.types.OrderSpecifier<?>[] orders) |
List<WebCmsUrl> |
findAll(com.querydsl.core.types.Predicate predicate,
org.springframework.data.domain.Sort sort) |
List<WebCmsUrl> |
findAllByEndpoint(WebCmsEndpoint entity) |
org.springframework.data.domain.Page<WebCmsUrl> |
findAllByEndpoint(WebCmsEndpoint entity,
org.springframework.data.domain.Pageable pageable) |
Optional<WebCmsUrl> |
findOneByPathAndEndpoint_Domain(String path,
WebCmsDomain domain) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOneOptional<WebCmsUrl> findOneByPathAndEndpoint_Domain(String path, WebCmsDomain domain)
List<WebCmsUrl> findAllByEndpoint(WebCmsEndpoint entity)
org.springframework.data.domain.Page<WebCmsUrl> findAllByEndpoint(WebCmsEndpoint entity, org.springframework.data.domain.Pageable pageable)
List<WebCmsUrl> findAll(com.querydsl.core.types.Predicate predicate)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<WebCmsUrl>List<WebCmsUrl> findAll(com.querydsl.core.types.Predicate predicate, org.springframework.data.domain.Sort sort)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<WebCmsUrl>List<WebCmsUrl> findAll(com.querydsl.core.types.Predicate predicate, com.querydsl.core.types.OrderSpecifier<?>[] orders)
findAll in interface org.springframework.data.querydsl.QuerydslPredicateExecutor<WebCmsUrl>Copyright © 2020. All rights reserved.