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

com.lordofthejars.nosqlunit.cassandra.CassandraInsertionStrategy Maven / Gradle / Ivy

package com.lordofthejars.nosqlunit.cassandra;

import com.lordofthejars.nosqlunit.core.InsertionStrategy;

public interface CassandraInsertionStrategy extends InsertionStrategy {

	String getKeyspaceName();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy