hypothesis = new Hypothesis();
hypothesis.setId( "3" );
hypothesis.setPosition( 3 );
hypothesis.setDescription( "Omne initium difficile est." );
session.persist( hypothesis );
hypothesis = new Hypothesis();
hypothesis.setId( "4" );
hypothesis.setPosition( 4 );
hypothesis.setDescription( "Nomen est omen." );