Data Base schema

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Data Base schema

lahmar
Hi,

i am new in Ofbiz. I would like how can i obtain the DataBase schema (the relaions between tables). And where i can find the source code that manipulate these data because i treid to search but i finded a big number of files.

Thanks for all (excuse for my bad english).
Reply | Threaded
Open this post in threaded view
|

Re: Data Base schema

cjhorton
Check out the Entity Reference Chart.  It will provide you with the schema
and relations.

For the source code...check out/framework/entity/entity package. The
GenericDelegator class does a lot of that.  Also do some searches in the
Artifact Info in webtools.





On Fri, Mar 20, 2009 at 10:23 AM, lahmar <[hidden email]>wrote:

>
> Hi,
>
> i am new in Ofbiz. I would like how can i obtain the DataBase schema (the
> relaions between tables). And where i can find the source code that
> manipulate these data because i treid to search but i finded a big number
> of
> files.
>
> Thanks for all (excuse for my bad english).
> --
> View this message in context:
> http://www.nabble.com/Data-Base-schema-tp22622764p22622764.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Base schema

Amine AZZI
In reply to this post by lahmar
Hi Abdelouahed,

Each component has its own entities wich are mapped to DB tables thanks to
the Entity engine, the entities descrition are in entity-group.xml.

Regards.
Amine

2009/3/20 lahmar <[hidden email]>

>
> Hi,
>
> i am new in Ofbiz. I would like how can i obtain the DataBase schema (the
> relaions between tables). And where i can find the source code that
> manipulate these data because i treid to search but i finded a big number
> of
> files.
>
> Thanks for all (excuse for my bad english).
> --
> View this message in context:
> http://www.nabble.com/Data-Base-schema-tp22622764p22622764.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Data Base schema

BJ Freeman
In reply to this post by lahmar
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

You will find the data definitions and relationships the entitydef folder.
you can also view these in webtools entity maint menus to poke around
https://localhost:8443/webtools/control/entitymaint
https://demo.ofbiz.org/webtools/control/entitymaint
you can read up on the entityengine as to how it works
I suggest you start here.
http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started


lahmar sent the following on 3/20/2009 9:23 AM:
> Hi,
>
> i am new in Ofbiz. I would like how can i obtain the DataBase schema (the
> relaions between tables). And where i can find the source code that
> manipulate these data because i treid to search but i finded a big number of
> files.
>
> Thanks for all (excuse for my bad english).
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJw8xTrP3NbaWWqE4RAqnqAKCstIu5WPmnCgHgzCNyn/gmIw90mgCfYFY0
mQ8qJBIUMoo2ZiGImXNAU0s=
=uSkV
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: Data Base schema

Jacques Le Roux
Administrator
In reply to this post by lahmar
It's too big to have a readable schema. Use tools in Webtools/Entity Engine Tools

Jacques

From: "lahmar" <[hidden email]>

>
> Hi,
>
> i am new in Ofbiz. I would like how can i obtain the DataBase schema (the
> relaions between tables). And where i can find the source code that
> manipulate these data because i treid to search but i finded a big number of
> files.
>
> Thanks for all (excuse for my bad english).
> --
> View this message in context: http://www.nabble.com/Data-Base-schema-tp22622764p22622764.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>