I'm using TENEO + hibernate to persist my data and do queries.
So far I was able to cover all my needs by applying JPA annotation in
the eCore and generate the mapping file directly with TENEO.
Do you know if the TENEO annotation supporting creating view instead of
tables (in the mapping file)?
If it doesn't what would be the best way to map the class to a view in a
database.