Uses of Class
com.skava.accounts.model.entity.AccountPropertiesEntity
Packages that use AccountPropertiesEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
-
Uses of AccountPropertiesEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return AccountPropertiesEntityModifier and TypeMethodDescriptionAccountPropertiesDO.toEntity
(AccountPropertiesEntity existingProperty, AccountsEntity account) toEntity - This method is used to build AccountPropertiesEntity object from old oneAccountPropertiesDO.toEntity
(AccountsEntity account) toEntity - This method is used to build new AccountPropertiesEntity objectMethods in com.skava.accounts.model.domain with parameters of type AccountPropertiesEntityModifier and TypeMethodDescriptionAccountPropertiesDO.fromEntity
(AccountPropertiesEntity properties) FromEntity - This method is used to set collcetionDO's Id from entity.AccountPropertiesDO.toEntity
(AccountPropertiesEntity existingProperty, AccountsEntity account) toEntity - This method is used to build AccountPropertiesEntity object from old one -
Uses of AccountPropertiesEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type AccountPropertiesEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<AccountPropertiesEntity,
QAccountPropertiesEntity> QAccountsEntity.properties
Constructor parameters in com.skava.accounts.model.entity with type arguments of type AccountPropertiesEntityModifierConstructorDescriptionQAccountPropertiesEntity
(com.querydsl.core.types.Path<? extends AccountPropertiesEntity> path) QAccountPropertiesEntity
(Class<? extends AccountPropertiesEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of AccountPropertiesEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return AccountPropertiesEntityModifier and TypeMethodDescriptionAccountPropertiesRepository.findByAttributeIdAndAccountId
(String id, Long accountId) AccountPropertiesRepository.findByIdAndAccountId
(long id, Long accountId) Find by id and account id.Methods in com.skava.accounts.repository that return types with arguments of type AccountPropertiesEntity