Uses of Class
com.skava.accounts.model.entity.AccountSellerEntity
Packages that use AccountSellerEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
-
Uses of AccountSellerEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountSellerEntityMethods in com.skava.accounts.model.domain with parameters of type AccountSellerEntityModifier and TypeMethodDescriptionAccountSellerDO.fromEntity
(AccountSellerEntity accountSeller) From entity. -
Uses of AccountSellerEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type AccountSellerEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AccountSellerEntity,
QAccountSellerEntity> QAccountsEntity.accountSeller
Constructor parameters in com.skava.accounts.model.entity with type arguments of type AccountSellerEntityModifierConstructorDescriptionQAccountSellerEntity
(com.querydsl.core.types.Path<? extends AccountSellerEntity> path) QAccountSellerEntity
(Class<? extends AccountSellerEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AccountSellerEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return types with arguments of type AccountSellerEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AccountSellerEntity>
AccountSellerRepository.findAccountIdByUserId
(String userId, org.springframework.data.domain.Pageable pageRequest) org.springframework.data.domain.Page<AccountSellerEntity>
AccountSellerRepository.findAll
(org.springframework.data.jpa.domain.Specification<AccountsEntity> specification, org.springframework.data.domain.Pageable pageRequest) Find all.org.springframework.data.domain.Page<AccountSellerEntity>
AccountSellerRepository.findAllByAccountId
(org.springframework.data.domain.Pageable pageRequest, Long accountId) Find all by collection id.AccountSellerRepository.findByIdAndAccountId
(long id, Long accountId) Find by id and accountId.