Hibernate with DB2 AS400

1.1k views Asked by At

for a while now I have been using Hibernate with AS400 DB2, and Java. I can see that during schema creation, the DB2 tables and the DB2 table columns all are assigned a SHORT NAME Screenshot of DB2 This is an extract from my mapping file.

  1. Is it possible to define my own SHORT NAMEs, for both DB2 tables and DB2 table columns through hibernate code, instead of getting DB2 provided names?

  2. Also, is it possible to enable DB2 Journaling through hibernate code?

0

There are 0 answers