Class CommonCommonRoleServiceImpl

java.lang.Object
tech.corefinance.userprofile.common.service.impl.CommonCommonRoleServiceImpl
All Implemented Interfaces:
tech.corefinance.common.service.CommonService<String,CommonRole<?>,CommonRoleRepository<CommonRole<?>>>, CommonRoleService<CommonRole<?>>

@Service @Transactional @ConditionalOnProperty(prefix="tech.corefinance.app.userprofile", name="common-role-service", havingValue="true", matchIfMissing=true) public class CommonCommonRoleServiceImpl extends Object implements CommonRoleService<CommonRole<?>>