@NoRepositoryBean public interface AbstractPositionRepo<P extends AbstractPositionEntity> extends org.springframework.data.repository.CrudRepository<P,String>
| Modifier and Type | Method and Description |
|---|---|
List<P> |
findByBelong(String belong) |
List<P> |
findByBelongOrderByDisplayOrderDesc(String belong) |
Copyright © 2018. All rights reserved.