I am able to connect via jdbc and make basic calls "Connections, ResultSet's, etc...), and I've even been able to autogenerate a hibernate entity by specifying the org.hibernate.dialect.DB2Dialect in the hibernate config. However, the sql statements that hibernate generates all contain table and column aliases, and which are causing errors. Any chance there is an IMSDialect.java out there somewhere, or someone has customized another dialect to account for these table and columns aliases?


LinkBack URL
About LinkBacks




Reply With Quote