Package org.openiam.esb.repository
Interface AddressRepository
-
- All Superinterfaces:
AbstractEntityRepository<AddressEntity,String>
,AbstractKeyEntityCustomRepository<AddressEntity,String>
,AbstractKeyEntityRepository<AddressEntity,String>
,AbstractKeyNameEntityCustomRepository<AddressEntity,String>
,AbstractKeyNameEntityRepository<AddressEntity,String>
,AddressRepositoryCustom
,org.springframework.data.repository.CrudRepository<AddressEntity,String>
,FindBeansRepositoryCustom<AddressEntity,AddressSearchBean>
,org.springframework.data.jpa.repository.JpaRepository<AddressEntity,String>
,org.springframework.data.jpa.repository.JpaSpecificationExecutor<AddressEntity>
,org.springframework.data.repository.PagingAndSortingRepository<AddressEntity,String>
,org.springframework.data.repository.query.QueryByExampleExecutor<AddressEntity>
,org.springframework.data.repository.Repository<AddressEntity,String>
@Repository public interface AddressRepository extends AbstractKeyNameEntityRepository<AddressEntity,String>, AddressRepositoryCustom
JPA Repository implementation forAddressEntity
.- Author:
- Asker Kazharov
-
-
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
-
-