| Currently it is only possible to generate JPA annotated Java classes by reverse engineering an existing database. With hbm.xml files closely to being deprecated, it makes sense to provide a migration strategy by implementing a generator that creates JPA annotated classes from the HBM model or even better, updates existing Hibernate POJOs with the relevant JPA annotations. |