Interface JpaVisibilityAreaRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<VisibilityAreaEntity,,UUID> org.springframework.data.jpa.repository.JpaRepository<VisibilityAreaEntity,,UUID> org.springframework.data.repository.PagingAndSortingRepository<VisibilityAreaEntity,,UUID> org.springframework.data.repository.query.QueryByExampleExecutor<VisibilityAreaEntity>,org.springframework.data.repository.Repository<VisibilityAreaEntity,UUID>
@Repository
public interface JpaVisibilityAreaRepository
extends org.springframework.data.jpa.repository.JpaRepository<VisibilityAreaEntity,UUID>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, saveMethods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlushMethods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAllMethods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne
-
Method Details
-
findAllByOrderByNameAsc
List<VisibilityAreaEntity> findAllByOrderByNameAsc() -
findByName
-
findById
- Specified by:
findByIdin interfaceorg.springframework.data.repository.CrudRepository<VisibilityAreaEntity,UUID>
-