Interface AuthorizationRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Authorization,String>,org.springframework.data.jpa.repository.JpaRepository<Authorization,String>,org.springframework.data.repository.PagingAndSortingRepository<Authorization,String>,org.springframework.data.repository.query.QueryByExampleExecutor<Authorization>,org.springframework.data.querydsl.QuerydslPredicateExecutor<Authorization>,org.springframework.data.repository.Repository<Authorization,String>
@Repository public interface AuthorizationRepository extends org.springframework.data.jpa.repository.JpaRepository<Authorization,String>, org.springframework.data.querydsl.QuerydslPredicateExecutor<Authorization>
-
-
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, findAll, findAll, findAllById, flush, getById, getOne, getReferenceById, saveAll, saveAllAndFlush, saveAndFlush
-
Methods inherited from interface org.springframework.data.repository.PagingAndSortingRepository
findAll
-
-