Uses of Class
com.skava.accounts.model.entity.PropertiesEntity
Packages that use PropertiesEntity
Package
Description
Accounts Domain Model Declarations.
Accounts Entity Model Declarations.
Accounts Repository Declarations.
Accounts Service Implementations.
-
Uses of PropertiesEntity in com.skava.accounts.model.domain
Methods in com.skava.accounts.model.domain that return PropertiesEntityModifier and TypeMethodDescriptionPropertiesDO.toEntity
(CollectionsEntity collections) toEntity - Used to convert domain object to entity.Methods in com.skava.accounts.model.domain with parameters of type PropertiesEntityModifier and TypeMethodDescriptionPropertiesDO.fromEntity
(PropertiesEntity properties, CollectionAttributesRepository attributesRepository) fromEntity - Used to convert entity to domain object. -
Uses of PropertiesEntity in com.skava.accounts.model.entity
Fields in com.skava.accounts.model.entity with type parameters of type PropertiesEntityModifier and TypeFieldDescriptionfinal com.querydsl.core.types.dsl.ListPath<PropertiesEntity,
QPropertiesEntity> QCollectionAttributesEntity.properties
final com.querydsl.core.types.dsl.ListPath<PropertiesEntity,
QPropertiesEntity> QCollectionsEntity.properties
Methods in com.skava.accounts.model.entity with parameters of type PropertiesEntityModifier and TypeMethodDescriptionboolean
PropertiesEntity.isPropertyEqual
(PropertiesEntity other) This method is to check the equality of two collection attribute objects, return TRUE if equals else FALSE.Constructor parameters in com.skava.accounts.model.entity with type arguments of type PropertiesEntityModifierConstructorDescriptionQPropertiesEntity
(com.querydsl.core.types.Path<? extends PropertiesEntity> path) QPropertiesEntity
(Class<? extends PropertiesEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of PropertiesEntity in com.skava.accounts.repository
Methods in com.skava.accounts.repository that return PropertiesEntityModifier and TypeMethodDescriptionPropertiesRepository.findByAttributeIdAndCollectionId
(Long attributeId, Long collectionId) Find by name and collection id.PropertiesRepository.findByAttributeNameAndCollectionId
(String name, Long collectionId) findByAttributeNameAndCollectionId - Loads the collection property by attribute name and collection id.PropertiesRepository.findByIdAndCollectionId
(Long id, Long collectionId) Find by id and collection id.Methods in com.skava.accounts.repository that return types with arguments of type PropertiesEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<PropertiesEntity>
PropertiesRepository.findAll
(org.springframework.data.domain.Pageable pageRequest) Find PropertiesEntities based on inputs.org.springframework.data.domain.Page<PropertiesEntity>
PropertiesRepository.findAllByCollectionId
(org.springframework.data.domain.Pageable pageRequest, Long collectionId) Find all by collection id. -
Uses of PropertiesEntity in com.skava.accounts.service.impl
Methods in com.skava.accounts.service.impl with parameters of type PropertiesEntityModifier and TypeMethodDescriptionvoid
UpdatePropertiesServiceImpl.cacheClearPropertiesAttributes
(PropertiesEntity propertiesEntity) This method is used to clear cache for properties entity.