Package org.openiam.esb.repository
Interface ProvisionConnectorRepository
-
- All Superinterfaces:
AbstractEntityRepository<ProvisionConnectorEntity,String>
,AbstractKeyEntityCustomRepository<ProvisionConnectorEntity,String>
,AbstractKeyEntityRepository<ProvisionConnectorEntity,String>
,AbstractKeyNameEntityCustomRepository<ProvisionConnectorEntity,String>
,AbstractKeyNameEntityRepository<ProvisionConnectorEntity,String>
,org.springframework.data.repository.CrudRepository<ProvisionConnectorEntity,String>
,FindBeansRepositoryCustom<ProvisionConnectorEntity,ProvisionConnectorSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<ProvisionConnectorEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<ProvisionConnectorEntity>
,org.springframework.data.repository.PagingAndSortingRepository<ProvisionConnectorEntity,String>
,ProvisionConnectorRepositoryCustom
,org.springframework.data.repository.query.QueryByExampleExecutor<ProvisionConnectorEntity>
,org.springframework.data.repository.Repository<ProvisionConnectorEntity,String>
@Repository public interface ProvisionConnectorRepository extends AbstractKeyNameEntityRepository<ProvisionConnectorEntity,String>, ProvisionConnectorRepositoryCustom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<MetadataTypeEntity>
getMetadataTypes()
-
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
-
-
-
-
Method Detail
-
getMetadataTypes
@Query("SELECT x.metadataType FROM ProvisionConnectorEntity x") List<MetadataTypeEntity> getMetadataTypes()
-
-