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

org.prevayler.demos.scalability.QueryConnection Maven / Gradle / Ivy

The newest version!
package org.prevayler.demos.scalability;

import java.util.List;

public interface QueryConnection {

	/** Returns the List of all Record with the given name.
	*/
	public List queryByName(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy