in persistence.xml, it would be convenient to have content assist on values for Hibernate properties such as those below:
<property name="hibernate.hbm2ddl.auto" value="create-drop" /> <property name="hibernate.show_sql" value="false" />
especially the alternative values to create-drop