How can I drop table if Entity Mode in Hibernate properties is Dynamic-Map?
Posted
by divi
on Stack Overflow
See other posts from Stack Overflow
or by divi
Published on 2010-06-10T10:50:20Z
Indexed on
2010/06/10
10:52 UTC
Read the original article
Hit count: 219
Hi all,
My application is creating tables dynamically using entity mode as dynamic-map in hibernate properties. Tables are generally network devices having their attributes as columns of table. Requirement is if device is deleted from database, its table will be deleted. Can i drop table using hibernate tools dynamically?
© Stack Overflow or respective owner