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

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

There is a newer version: 9.1.7.Final
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy