public class JPAVersionTest extends JPATestCase {
private static final String DEFAULT_VERSION_PROPERTY_NAME = "VERSION";
public void testVersionInsert() throws EntityNotFoundException {
testVersionInsert(new HasLongVersionJPA());
testVersionInsert(new HasPrimitiveLongVersionJPA());
testVersionInsert(new HasIntVersionJPA());
testVersionInsert(new HasIntegerVersionJPA());
testVersionInsert(new HasShortVersionJPA());
testVersionInsert(new HasPrimitiveShortVersionJPA());
}