check sql2java.properties:
# COMMA SEPARATED list of table types to be mapped
# Commonly seen types are TABLE, VIEW, SYSTEM TABLE, SYNONYM
jdbc.tabletypes=TABLE
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to manage view (read access) with sql2java
We are gonna add this feature, it is in the todo list now.
we now support views in 2.3.
check sql2java.properties:
# COMMA SEPARATED list of table types to be mapped
# Commonly seen types are TABLE, VIEW, SYSTEM TABLE, SYNONYM
jdbc.tabletypes=TABLE
And how about procedure?
this is also planned... :-)