@Exposed public interface WebCmsMenuItemRepository extends com.foreach.across.modules.hibernate.jpa.repositories.IdBasedEntityJpaRepository<WebCmsMenuItem>, org.springframework.data.querydsl.QuerydslPredicateExecutor<WebCmsMenuItem>
| Modifier and Type | Method and Description |
|---|---|
Collection<WebCmsMenuItem> |
findAllByEndpoint(WebCmsEndpoint endpoint) |
Collection<WebCmsMenuItem> |
findAllByMenu(WebCmsMenu menu) |
Optional<WebCmsMenuItem> |
findByMenuAndPath(WebCmsMenu menu,
String path) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlushfindAllcount, delete, deleteAll, deleteAll, deleteById, existsById, findById, savecount, exists, findAll, findOneCollection<WebCmsMenuItem> findAllByMenu(WebCmsMenu menu)
Collection<WebCmsMenuItem> findAllByEndpoint(WebCmsEndpoint endpoint)
Optional<WebCmsMenuItem> findByMenuAndPath(WebCmsMenu menu, String path)
Copyright © 2020. All rights reserved.