Long id = RandomUtils.nextLong(0,Long.MAX_VALUE);
boolean exceptionRaised = false;
Session nativeSession = this.manager.getNativeSession();
Cluster cluster = nativeSession.getCluster();
CustomValidationInterceptor interceptor = new CustomValidationInterceptor();
Map<ConfigurationParameters, Object> configMap = new HashMap<>();
configMap.put(NATIVE_SESSION, nativeSession);
configMap.put(ENTITIES_LIST, Arrays.asList(EntityWithGroupConstraint.class));
configMap.put(BEAN_VALIDATION_ENABLE, true);