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

com.windowsazure.samples.table.TableReader Maven / Gradle / Ivy

Go to download

jpa4azure, implements a subset of the JPA specification using Azure Storage for pesisting beans. see http://jpa4azure.codeplex.com for more information.

The newest version!
package com.windowsazure.samples.table;


public interface TableReader {
	public AzureTableEntity getEntity(String tableName, String partitionKey, String rowKey);
	public AzureTableEntityCollection queryAllEntities(String tableName);
	public AzureTableEntityCollection queryEntities(String tableName, Filter filter, Integer top);
	public AzureTableCollection queryTables();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy