Package cz.fidentis.analyst.data.face
Interface FaceEntityRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<FaceEntity,
,Long> org.springframework.data.jpa.repository.JpaRepository<FaceEntity,
,Long> org.springframework.data.repository.ListCrudRepository<FaceEntity,
,Long> org.springframework.data.repository.ListPagingAndSortingRepository<FaceEntity,
,Long> org.springframework.data.repository.PagingAndSortingRepository<FaceEntity,
,Long> org.springframework.data.repository.query.QueryByExampleExecutor<FaceEntity>
,org.springframework.data.repository.Repository<FaceEntity,
Long>
public interface FaceEntityRepository
extends org.springframework.data.jpa.repository.JpaRepository<FaceEntity,Long>
-
Method Summary
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllByIdInBatch, deleteAllInBatch, deleteAllInBatch, deleteInBatch, findAll, findAll, flush, getById, getOne, getReferenceById, saveAllAndFlush, saveAndFlush
Methods inherited from interface org.springframework.data.repository.ListCrudRepository
findAll, findAllById, saveAll
Methods inherited from interface org.springframework.data.repository.ListPagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
Methods inherited from interface org.springframework.data.repository.query.QueryByExampleExecutor
count, exists, findAll, findBy, findOne