org.prevayler.demos.scalability.QueryConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of prevayler-scalability Show documentation
Show all versions of prevayler-scalability Show documentation
A test of query and transaction throughput.
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