All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.testing.boot.ClassLoaderServiceTestingImpl Maven / Gradle / Ivy

/*
 * SPDX-License-Identifier: LGPL-2.1-or-later
 * Copyright Red Hat Inc. and Hibernate Authors
 */
package org.hibernate.testing.boot;

import org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl;

/**
 * @author Steve Ebersole
 */
public class ClassLoaderServiceTestingImpl extends ClassLoaderServiceImpl {
	/**
	 * Singleton access
	 */
	public static final ClassLoaderServiceTestingImpl INSTANCE = new ClassLoaderServiceTestingImpl();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy