eDatabase is a general Database Eclipse toolsets. You can graphically design, create, reverse and access your databases.
Torque,
Hibernate
and OJB code generation lets your application access your datas.
A data model is a conceptual representation of the data structures
which include the data objects, the associations between data
objects, and the rules which control operations on the objects.
A data model is independent of hardware or software constraints and is
usually part of the analysis and conceptual process.
You can extend our EclipseDatabase diagram to logical and physical
processes because database management extensions have been included in
the database editor.
The easily understandable notations and simple language can help the
data modeler to make sure that all data are completely and accurately
represented.
The database model can be used as a foundation map for building
physical databases.
The Database process includes five steps:
- Analysis
- Conceptual Design
- Logical Design
- Physical Design
- Implementation (Hibernate, Torque, OJB)
The data model focuses on representing the data as the developer sees
it in the "real world".
It is a bridge between the concepts that make up real-world events and
processes and the physical representation of those concepts in a
database.
There are two major methodologies used to create our data model:
- Entity-Relationship (ER) approach
- Object Model (Hibernate, OJB)
|
|
Soyatec © 2006-2008 Soyatec. All rights reserved.