Interface DeedTenantManagerRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<DeedTenant,Long>, org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedTenant,Long>, org.springframework.data.repository.PagingAndSortingRepository<DeedTenant,Long>, org.springframework.data.repository.Repository<DeedTenant,Long>

public interface DeedTenantManagerRepository extends org.springframework.data.elasticsearch.repository.ElasticsearchRepository<DeedTenant,Long>
  • Method Details