Hypothesis truthAnswer = new Hypothesis();
truthAnswer.setId( "18" );
truthAnswer.setDescription( "The truth out there." );
truthAnswer.setPosition( 6 );
truthAnswer.setDate( calendar.getTime() );
session.persist( truthAnswer );
calendar.set( Calendar.YEAR, 2006 );
Hypothesis noDescription = new Hypothesis();
noDescription.setId( "19" );
noDescription.setDescription( null );