Uses of Class
com.skava.accounts.model.entity.DocumentsEntity
Packages that use DocumentsEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
-
Uses of DocumentsEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return DocumentsEntityModifier and TypeMethodDescriptionDocumentsDO.toEntity
(ContractsEntity contract) toEntity - Used to convert entity to domain object.Methods in com.skava.accounts.model.domain with parameters of type DocumentsEntityModifier and TypeMethodDescriptionDocumentsDO.fromEntity
(DocumentsEntity document) fromEntity - Used to convert domain object to entity.Method parameters in com.skava.accounts.model.domain with type arguments of type DocumentsEntityModifier and TypeMethodDescriptionContractsDO.fromEntity
(ContractsEntity contract, List<DocumentsEntity> documentsEntity) fromEntity - Used to convert domain object to entity.ContractsDO.fromEntity
(ContractsEntity contract, List<DocumentsEntity> documentsEntity, List<ContractPropertiesEntity> contractProperties) fromEntity - Used to convert domain object to entity. -
Uses of DocumentsEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type DocumentsEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<DocumentsEntity,
QDocumentsEntity> QContractsEntity.documents
Constructor parameters in com.skava.accounts.model.entity with type arguments of type DocumentsEntityModifierConstructorDescriptionQDocumentsEntity
(com.querydsl.core.types.Path<? extends DocumentsEntity> path) QDocumentsEntity
(Class<? extends DocumentsEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of DocumentsEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return DocumentsEntityModifier and TypeMethodDescriptionDocumentRepository.findByIdAndContractId
(long id, Long contractId) Find DocumentsEntity by id and accountId.Methods in com.skava.accounts.repository that return types with arguments of type DocumentsEntity