public void testVersionInsert() throws EntityNotFoundException {
testVersionInsert(new HasLongVersionJPA());
testVersionInsert(new HasPrimitiveLongVersionJPA());
testVersionInsert(new HasIntVersionJPA());
testVersionInsert(new HasIntegerVersionJPA());
testVersionInsert(new HasShortVersionJPA());
testVersionInsert(new HasPrimitiveShortVersionJPA());
}