fAnnotation.setIdentifier("annotation");
fAnnotation.setType(ContentField.HTML_TYPE);
fAnnotation.setInternal(Boolean.TRUE);
newsItem.addContentField(fAnnotation);
getHibernateTemplate().save(fAnnotation);
//设置body标志位,供其它关联表使用,并不真的写入title
fAnnotation.setIdentifier("annotation");
fAnnotation.setType(ContentField.HTML_TYPE);
fAnnotation.setInternal(Boolean.TRUE);
newsItem.addContentField(fAnnotation);
getHibernateTemplate().save(fAnnotation);
//设置body标志位,供其它关联表使用,并不真的写入title