Interface AutoPopulatedUpsertRepository
- All Superinterfaces:
CrudRepository<AutoPopulatedUpsertEntity, Long>, GenericRepository<AutoPopulatedUpsertEntity, Long>
public interface AutoPopulatedUpsertRepository
extends CrudRepository<AutoPopulatedUpsertEntity, Long>
-
Method Summary
Modifier and TypeMethodDescriptionlongdeleteByTenantId(String tenantId) findByIdAndTenantId(Long id, String tenantId) upsert(AutoPopulatedUpsertEntity entity) upsertAll(Iterable<AutoPopulatedUpsertEntity> entities) Methods inherited from interface CrudRepository
count, delete, deleteAll, deleteAll, deleteById, existsById, findAll, findById, insert, insertAll, save, saveAll, update, updateAll
-
Method Details
-
upsert
-
upsertAll
-
findByIdAndTenantId
-
deleteByTenantId
-