Uses of Class
io.meeds.deeds.common.elasticsearch.model.HubEntity
Packages that use HubEntity
-
Uses of HubEntity in io.meeds.deeds.common.elasticsearch.storage
Methods in io.meeds.deeds.common.elasticsearch.storage that return types with arguments of type HubEntityModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<HubEntity> HubRepository.findByAddressInAndEnabledIsTrue(Set<String> hubAddresses, org.springframework.data.domain.Pageable pageable) HubRepository.findByDeedManagerAddress(String address) HubRepository.findByDeedOwnerAddress(String address) org.springframework.data.domain.Page<HubEntity> HubRepository.findByEnabledIsTrue(org.springframework.data.domain.Pageable pageable) HubRepository.findByNftId(long nftId) -
Uses of HubEntity in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils that return HubEntityModifier and TypeMethodDescriptionstatic HubEntityHubMapper.toEntity(io.meeds.wom.api.model.Hub hub, DeedTenant deedTenant, DeedTenantLeaseDTO lease, HubEntity existingEntity) Methods in io.meeds.deeds.common.utils with parameters of type HubEntityModifier and TypeMethodDescriptionstatic io.meeds.wom.api.model.HubHubMapper.fromEntity(HubEntity hubEntity) static booleanHubMapper.isConnected(HubEntity hubEntity) static HubEntityHubMapper.toEntity(io.meeds.wom.api.model.Hub hub, DeedTenant deedTenant, DeedTenantLeaseDTO lease, HubEntity existingEntity)