Hi Ram, I supposed that specifying the DBDictionary property "tableTypes" to value "VIEW" or "TABLE,VIEW" would do the trick but I had no luck. I passed the property as follows but no code was generated although the database contained some views:
-Dopenjpa.jdbc.DBDictionary=tableTypes=VIEW It looks like the DBDictionary correctly fetches views from the database but the reverse mapping tool for some reason is not convinced it should generate classes for views. Maybe you will have more luck. Greetings, Milosz > Hi, > > The reversemapping tool is not generating classes for views available in the > schema, is there any way to force the tool and generate dataobjects for > views? > > Regards, > Ram > -- > View this message in context: > http://n2.nabble.com/Generating-persistent-classes-for-database-views.....-tp2388692p2388692.html > Sent from the OpenJPA Users mailing list archive at Nabble.com. > >
