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

org.hibernate.tool.ide.completion.IHQLCompletionRequestor Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
package org.hibernate.tool.ide.completion;


/**
 * The interface to implement to collect completion proposals.
 * 
 * @author Max Rydahl Andersen
 *
 */
public interface IHQLCompletionRequestor {

	boolean accept(HQLCompletionProposal proposal);

	void completionFailure(String errorMessage);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy