Uses of Class
com.skava.accounts.model.entity.AccountHistoryEntity
Packages that use AccountHistoryEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
-
Uses of AccountHistoryEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountHistoryEntityModifier and TypeMethodDescriptionAccountHistoryDO.toEntity()
toEntity - converting an object of typeAccountHistoryDO
toAccountHistoryEntity
Methods in com.skava.accounts.model.domain with parameters of type AccountHistoryEntityModifier and TypeMethodDescriptionAccountHistoryDO.fromEntity
(AccountHistoryEntity accountsHistoryEntity) fromEntity - Used to convert object of typeAccountHistoryEntity
toAccountHistoryDO
-
Uses of AccountHistoryEntity in com.skava.accounts.model.entity
Constructor parameters in com.skava.accounts.model.entity with type arguments of type AccountHistoryEntityModifierConstructorDescriptionQAccountHistoryEntity
(com.querydsl.core.types.Path<? extends AccountHistoryEntity> path) -
Uses of AccountHistoryEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type AccountHistoryEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AccountHistoryEntity>
AccountHistoryRepository.findAll
(org.springframework.data.jpa.domain.Specification<AccountHistoryEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all AccountsHistoryEntity based on the inputs.Method parameters in com.skava.accounts.repository with type arguments of type AccountHistoryEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AccountHistoryEntity>
AccountHistoryRepository.findAll
(org.springframework.data.jpa.domain.Specification<AccountHistoryEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all AccountsHistoryEntity based on the inputs. -
Uses of AccountHistoryEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl that return types with arguments of type AccountHistoryEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AccountHistoryEntity>
FindAllAccountHistoryServiceImpl.search
(String filters, org.springframework.data.domain.Pageable pageable, String locale) search - find the accountHistorys for the given filter.