
com.windowsazure.samples.internal.mock.MockTable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jpa4azure Show documentation
Show all versions of jpa4azure Show documentation
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.internal.mock;
import java.util.Date;
import java.util.Vector;
public class MockTable {
public String authorName;
public String id;
public String tableName;
public String title;
public Date updated;
Vector entities = new Vector();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy