Class CommonUserProfileServiceImpl

java.lang.Object
tech.corefinance.userprofile.common.service.impl.CommonUserProfileServiceImpl
All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,CommonUserProfile<?>,CommonUserProfileRepository<CommonUserProfile<?>>>, UserProfileService<CommonUserProfile<?>>

@Transactional @Service @ConditionalOnProperty(prefix="tech.corefinance.app.userprofile", name="common-user-service", havingValue="true", matchIfMissing=true) public class CommonUserProfileServiceImpl extends Object implements UserProfileService<CommonUserProfile<?>>