@NoRepositoryBean public interface AbstractDepartmentRepo<D extends AbstractDepartmentEntity> extends org.springframework.data.repository.CrudRepository<D,String>
| Modifier and Type | Method and Description |
|---|---|
List<D> |
findByTenantAndHigherLevelIdOrderByDisplayOrderDesc(String tenant,
String higherLevelId) |
Copyright © 2018. All rights reserved.