Package org.openiam.esb.repository
Interface DefaultReconciliationAttributeMapRepository
-
- All Superinterfaces:
AbstractEntityRepository<DefaultReconciliationAttributeMapEntity,String>
,AbstractKeyEntityRepository<DefaultReconciliationAttributeMapEntity,String>
,AbstractKeyNameEntityRepository<DefaultReconciliationAttributeMapEntity,String>
,org.springframework.data.repository.CrudRepository<DefaultReconciliationAttributeMapEntity,String>
,org.springframework.data.jpa.repository.JpaRepository<DefaultReconciliationAttributeMapEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<DefaultReconciliationAttributeMapEntity>
,org.springframework.data.repository.PagingAndSortingRepository<DefaultReconciliationAttributeMapEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<DefaultReconciliationAttributeMapEntity>
,org.springframework.data.repository.Repository<DefaultReconciliationAttributeMapEntity,String>
@Repository public interface DefaultReconciliationAttributeMapRepository extends AbstractKeyNameEntityRepository<DefaultReconciliationAttributeMapEntity,String>
This is repository for working with DefaultReconciliationAttributeMapEntity- Author:
- Sanchir Kartiev
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
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.jpa.repository.JpaSpecificationExecutor
count, exists, findAll, findAll, findAll, findOne
-
-