Remember the test.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2171 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -34,7 +34,7 @@ import com.samskivert.util.StringUtil;
|
|||||||
/**
|
/**
|
||||||
* A test persistent object.
|
* A test persistent object.
|
||||||
*/
|
*/
|
||||||
@Entity(indices={ @Index(name="createdIndex", columns={"created"}) })
|
@Entity(indices={ @Index(name="createdIndex", fields={"created"}) })
|
||||||
public class TestRecord extends PersistentRecord
|
public class TestRecord extends PersistentRecord
|
||||||
{
|
{
|
||||||
public static final int SCHEMA_VERSION = 1;
|
public static final int SCHEMA_VERSION = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user