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

org.hibernate.search.bridge.ParameterizedBridge Maven / Gradle / Ivy

There is a newer version: 3.5.6-Final
Show newest version
//$Id: $
package org.hibernate.search.bridge;

import java.util.Map;

/**
 * Allow parameter injection to a given bridge
 *
 * @author Emmanuel Bernard
 */
public interface ParameterizedBridge {
	//TODO inject Properties? since the annotations cannot support Object attribute?
	void setParameterValues(Map parameters);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy