I can't say I've used the dynamic view entity myself. However, my impression would be that it would likely have the same benefits that a normal view-entity has over sql statements.
1) Returns a GenericEntity with named lower camel cased field names in the object instead of an array of unnamed fields. 2) Cache-able by ofbiz instead of the database. --- Ritz123 <[EMAIL PROTECTED]> wrote: > > Hi, > > I am hoping someone can tell me what are the benefits to creating > dynamic > (runtime) view entities over executing the SQL statements directly > using > delegator. > > Thanks > -- > View this message in context: > http://www.nabble.com/Benefits-of-dynmic-view-entity-tp16765600p16765600.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
