Package org.nentangso.core.repository
Interface NtsAuthorityRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<NtsAuthority,String>,org.springframework.data.jpa.repository.JpaRepository<NtsAuthority,String>,org.springframework.data.repository.PagingAndSortingRepository<NtsAuthority,String>,org.springframework.data.repository.query.QueryByExampleExecutor<NtsAuthority>,org.springframework.data.repository.Repository<NtsAuthority,String>
public interface NtsAuthorityRepository extends org.springframework.data.jpa.repository.JpaRepository<NtsAuthority,String>
Spring Data JPA repository for theNtsAuthorityentity.
-
-
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
-
-