Hi Mikey

> First, don't use Hibernate. Sorry, but from practice a well written DAO will
> be better performance-wise. Maybe look at JPA?

Well, since Hibernate implements JPA that's exactly what I do... ;-)

> You should be able to query and find these constraints. Then you can
> programmatically determine which tables to delete records from and in which
> order.

Yes, that's true... I guess I just hoped for something simple as
postgres' truncate/cascade... :-)

Best regards Preben

Reply via email to