Re: Does ofbiz support regular query for mysql database?
Posted by
Paul Foxworthy on
URL: http://ofbiz.116.s1.nabble.com/Does-ofbiz-support-regular-query-for-mysql-database-tp4375214p4378313.html
Hello zhiyongcui,
OFBiz has an entity engine, so that you can define the data model you need, and the database to persist your data is automatically created. OFBiz can use several databases including MySQL, Derby, Postgres, Oracle and Microsoft SQL Server.
You use the entity engine rather than directly create a MySQL query. There are several benefits: your application will continue to work even if you change your mind about which database you want to use, and you can reconfigure your data model and the entity engine will automatically adjust the structure of the database.
More on the entity engine at
http://ofbiz.apache.org/docs/entity.htmlCheers
Paul Foxworthy
zhiyongcui wrote
Does ofbiz support regular query for mysql database?