Interface TenantRepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<Tenant,Integer>,org.springframework.data.jpa.repository.JpaRepository<Tenant,Integer>,org.springframework.data.repository.PagingAndSortingRepository<Tenant,Integer>,org.springframework.data.repository.query.QueryByExampleExecutor<Tenant>,org.springframework.data.repository.Repository<Tenant,Integer>
@Repository public interface TenantRepository extends org.springframework.data.jpa.repository.JpaRepository<Tenant,Integer>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tenant>findAll()-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findById, save
-
Methods inherited from interface org.springframework.data.jpa.repository.JpaRepository
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, findAllById, flush, getOne, saveAll, saveAndFlush
-
-