Package org.openiam.esb.repository
Interface MailTemplateRepository
-
- All Superinterfaces:
AbstractEntityRepository<MailTemplateEntity,String>
,AbstractKeyEntityCustomRepository<MailTemplateEntity,String>
,AbstractKeyEntityRepository<MailTemplateEntity,String>
,AbstractKeyNameEntityCustomRepository<MailTemplateEntity,String>
,AbstractKeyNameEntityRepository<MailTemplateEntity,String>
,org.springframework.data.repository.CrudRepository<MailTemplateEntity,String>
,FindBeansRepositoryCustom<MailTemplateEntity,MailTemplateSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<MailTemplateEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<MailTemplateEntity>
,MailTemplateRepositoryCustom
,org.springframework.data.repository.PagingAndSortingRepository<MailTemplateEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<MailTemplateEntity>
,org.springframework.data.repository.Repository<MailTemplateEntity,String>
@Repository public interface MailTemplateRepository extends AbstractKeyNameEntityRepository<MailTemplateEntity,String>, MailTemplateRepositoryCustom
-
-
Method Summary
-
Methods inherited from interface org.openiam.esb.repository.AbstractEntityRepository
getPageable
-
Methods inherited from interface org.openiam.esb.repository.custom.AbstractKeyEntityCustomRepository
findByIdIn
-
Methods inherited from interface org.springframework.data.repository.CrudRepository
count, delete, deleteAll, deleteAll, deleteAllById, deleteById, existsById, findById, save
-
Methods inherited from interface org.openiam.esb.repository.custom.FindBeansRepositoryCustom
count, find, find, find, getByExample, getByExample, isValidSearchBean
-
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
-
-