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

org.hibernate.annotations.common.reflection.MetadataProviderInjector Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright: Red Hat Inc. and Hibernate Authors
 */
package org.hibernate.annotations.common.reflection;

/**
 * Offers access to and the ability to change the metadata provider
 *
 * @author Emmanuel Bernard
 */
public interface MetadataProviderInjector {
	MetadataProvider getMetadataProvider();

	/**
	 * Defines the metadata provider for a given Reflection Manager
	 */
	void setMetadataProvider(MetadataProvider metadataProvider);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy