view-entity

Posted by cjhowe on
URL: http://ofbiz.116.s1.nabble.com/view-entity-tp142573.html

Is the view-entity supposed to create actual views in
a database? (eg
CREATE VIEW view_name AS
SELECT column_name(s)
FROM table_name
WHERE condition
)