huangp / entityunit

Simple tool to make JPA entities for testing
GNU Lesser General Public License v2.1
0 stars 2 forks source link

Need to delete all JoinTable #1

Open huangp opened 9 years ago

huangp commented 9 years ago

Now it deletes only ManyToMany JoinTable but in fact it should delete all join tables. e.g. JoinTable on OneToOne...