Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Can Teneo start from the database schema as a model?
Can Teneo start from the database schema as a model? [message #608668] Sun, 08 July 2007 18:03
Alex Mising name is currently offline Alex Mising nameFriend
Messages: 149
Registered: March 2010
Senior Member
Hi,

I went through the Hibernate tutorial at elver.org and was pretty
impressed with Teneo. However, what I need is a tool like Teneo, which
will start from the database schema and go all the way to creating the
editor.

For instance, assuming I have this table:

CREATE TABLE SUPPLIER (
SUPPLIER_ID INTEGER GENERATED BY DEFAULT AS IDENTITY,
TITLE VARCHAR(50),
PRIMARY KEY (SUPPLIER_ID)
);


It'd be nice if Teneo could use Hibernate to create a mapped class
"Supplier", and EMF model out of that and then an EditorPart for it.

Perhaps this can already be achieved with Teneo, but is just not documented?

Or perhaps there are plans to add such support in the future?
Previous Topic:[Teneo] Identifier for my objects
Next Topic:Can Teneo start from the database schema as a model?
Goto Forum:
  


Current Time: Thu Apr 25 04:51:16 GMT 2024

Powered by FUDForum. Page generated in 0.03094 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top